Rails creating a new session every page view

Posted by danhere on Stack Overflow See other posts from Stack Overflow or by danhere
Published on 2010-04-18T19:53:07Z Indexed on 2010/04/18 20:03 UTC
Read the original article Hit count: 306

Hi everyone,

I'm following the Agile RoR book somewhat to apply it to a project for school. It's going good until I get to sessions. I continually get Authenticity Invalid Tokens and when I look at my sessions table in the database, there's a new session being created every time I refresh the page. Is that right or is something messed up?

Thanks.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about authentication