Created
February 7, 2017 15:15
-
-
Save rusllonrails/aba1da281d7803f54023b76cf937432b to your computer and use it in GitHub Desktop.
Heroku Rails getting "Can't verify CSRF token authenticity" even if csrf toke in present
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Myapp::Application.config.session_store :cookie_store, key: '_myapp_session',:domain => :all | |
to | |
Myapp::Application.config.session_store :cookie_store, key: '_myapp_session' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment