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
Above the expire middleware, there is a comment stating:
// This middleware conflicts with use of the Remember module, don't enable both
// at the same time.
If you use both modules together, which one will take precedence? Will the user be logged out after the timeout period? Or will the user be logged out after the remember cookie expires?
This was also an issue with devise, and they chose to change it so that if a user clicks remember me, he will not be timedout.
The text was updated successfully, but these errors were encountered:
ibraheemdev
changed the title
Can you really not use the expire middleware along with the remember module?
Using expire with remember
Aug 10, 2020
Above the expire middleware, there is a comment stating:
If you use both modules together, which one will take precedence? Will the user be logged out after the timeout period? Or will the user be logged out after the remember cookie expires?
This was also an issue with devise, and they chose to change it so that if a user clicks remember me, he will not be timedout.
The text was updated successfully, but these errors were encountered: