rails_same_site_cookie
rails_same_site_cookie copied to clipboard
Doesn't work for me in Rails 4.2
I use Rails 4.2. I installed, and nothing changed in the cookie.
I am setting the
Wordeep::Application.config.session_store :cache_store
in
session_store.rb
Do I need to change anything in this line for this to work?
Hi there, without knowing more my guess is that you're testing this on Chrome on your local machine without SSL setup on your development server. Please see the "Note about HTTP requests and local testing" section of the readme for more info. If that doesn't explain your issue I can investigate further.
I'm working in a Rails 4.2 project and I can confirm this is working as expected. Tried locally with an ngrok tunnel to enable ssh and all good