I just changed my session_store to active_record_store. I did the rake command for db:sessions:create and db:migration, but now I get the following issue, as soon as I try to log in.
ActionController::InvalidAuthenticityToken
How to solve this issue?
Markus