Authenticity token errors are related to cookies.
They are either an indication that someone is trying to hack into a session or the cookie has changed/been deleted in so,me way.
Either way it amounts to the same thing, Rails sees the cookie or lack of as being invalid.
This often occurs if someone clears their browser cache before submitting a form.
In your case, I can only guess that, the session changed during some activity before you hit the back button, then when you hit the back button and go to log back in again the cookie stored in your browser no longer matches the 'old' session.
solution? The only thing I can suggest is that you provide a more intuitive interface that makes it less likely for a user to want to press the back button.
I have to say, that this is scenario that I have not really encountered before.
When your head is hurting from trying to solve a problem, stop standing on it.
Then when you are the right way up you will see the problem differently and you just might find the solution.
(Quote by me 15th July 2009)