Whenever I deploy a new version of an rails app, the authenticity token of the previous release becomes invalid. That's the normal behavior. I'm not looking to change that.
However, any user that still has a page open on the last version, will get an invalid token error if they try to do a post request.
What can I do to stop them from getting this errors?