You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the latest version of activerecord-session_store (1.1.0), the session is not saved in the database.
If I login into the application then the login is successful and it redirects the user to the home page of the app but there as the session is not stored it again redirects the user to the login page. It keeps on doing this never ending redirect loop.
I tried changing session store to cookie_store and there it works fine.
There are some warnings in the log but no error is reported
Warning! ActionDispatch::Session::ActiveRecordStore failed to save session. Content dropped.
Note: I have upgraded from rails 3.2 to rails 4.2.10
The text was updated successfully, but these errors were encountered:
ajinkyapisal
changed the title
Session is not saved on 4.2.10 and devise 3.4.1
Session is not saved on rails 4.2.10 and devise 3.4.1
Nov 23, 2017
Rails 4.2 is not officially supported anymore. I recommend you to investigate and submit a patch. We may accept depending on the patch.
I'm about to include this gem in my Rails 4.2.2 app. Unluckily, it's not officially supported.
Anyway, @rafaelfranca it would be good if you could update the RUNTIME DEPENDENCIES in RubyGems regarding to Rails version. And, may I ask which Rails versions are supported by this gem?
When using the latest version of activerecord-session_store (1.1.0), the session is not saved in the database.
If I login into the application then the login is successful and it redirects the user to the home page of the app but there as the session is not stored it again redirects the user to the login page. It keeps on doing this never ending redirect loop.
I tried changing session store to
cookie_store
and there it works fine.There are some warnings in the log but no error is reported
Note: I have upgraded from rails 3.2 to rails 4.2.10
The text was updated successfully, but these errors were encountered: