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
Setting config.skip_session_storage (in my case, to skip :params_auth) will also prevent Rememberable from writing the remember_token and creating its cookie.
Expected behavior
It seems as though we shouldn't need session state if we're using Rememberable's cookie? This is a problem for us due to the issue talked about here.
The text was updated successfully, but these errors were encountered:
Environment
Current behavior
Setting
config.skip_session_storage
(in my case, to skip:params_auth
) will also prevent Rememberable from writing theremember_token
and creating its cookie.Expected behavior
It seems as though we shouldn't need session state if we're using Rememberable's cookie? This is a problem for us due to the issue talked about here.
The text was updated successfully, but these errors were encountered: