I've been testing my project with some manual tests. One of them consists of deleting cookies ("clean personal info" in firefox) just before submit the login form. Then, I get an error.
The error message is: ActionController::InvalidAuthenticityToken in SessionsController#create
I'm on Rails 2.0.2 with restful_authentication plugin. I'm using default cookie session store, too.