session problem in rails
Posted
by piemesons
on Stack Overflow
See other posts from Stack Overflow
or by piemesons
Published on 2010-06-02T07:07:54Z
Indexed on
2010/06/02
7:13 UTC
Read the original article
Hit count: 210
ruby-on-rails
|session
I am getting this error.
No :secret given to the #protect_from_forgery call. Set that or use a session store capable of generating its own keys (Cookie Session Store).
I deleted all the cookies, values from sessions table. Restarted my server.Still geting the same error and this code was working yesterday.
© Stack Overflow or respective owner