Ruby on Rails form page caching including authenticity_token

Posted by jacob on Stack Overflow See other posts from Stack Overflow or by jacob
Published on 2010-03-05T04:30:19Z Indexed on 2010/03/15 17:39 UTC
Read the original article Hit count: 259

I have a simple Ruby on Rails form which includes an authenticity_token. Unfortunatly, I missed that when you page cache this page then the Authenticity Token becomes invalid. I'm glad I figured it out however.

How do you solve caching in such a case?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about authenticity-token