Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make session cookie last for two weeks to work around iOS bug
Mobile Safari has a tendency to use cached form values even when the cache control headers tell it otherwise. However the session cookie has expired so when the form is submitted the CSRF token is invalid. See rails/rails#21948 for further details. Fixes #451.
- Loading branch information