technoweenie / restful-authentication

inactive project
MIT License
1.57k stars 275 forks source link

database session store #2

Open egavgabgi opened 15 years ago

egavgabgi commented 15 years ago

Hi, I am pretty new to Rails although I have been learning it for the past 2 months. I am having trouble using the mysql database active record session store with this plug-in. I keep getting the following error when I try to log-in: ActionController::InvalidAuthenticityToken in SessionsController#create . And each time I go to the login page or any other page for that matter, it creates a new session entry in the sessions table. How can i get the database session store to work properly? I am using rails 2.3.2.

Any help would be useful!

Sylvain commented 15 years ago

Hi, I have exactly the same problem with rails 2.3.2. I can't find any solution on the web for that point.