The victim is logged into bank.com. They open a malicious page with a hidden <form> that auto-submits a POST to bank.com/transfer. The browser attaches the bank's cookie — and the transfer goes through.
<input type="hidden" name="_token" value="...">). On submission, the server compares the token against the one stored in the sessionSameSite=Lax/Strict attribute prevents the browser from sending cookies in cross-site requests. The most effective modern defence