I tried to fake forgery request in my rails 3.0.8 app with no success
I have regular form and I changed the auth key with Tamper before submit it at this point I would expect rails to reset the session and therefor signout the current_user however it didn't happen, the action completed successfully and the user stay signed in
I have the protect_from_forgery statement in my application controller and I tried to change config.consider_all_requests_local to false