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
If the session does not have an associated identifier, the one generated will be stored.
Instead, it kills the session.
Wouldn't it make sense to store the identifier for 'remember-sessions' inside the remember_token? Then we could still verify the browser/IP haven't changed, and the remember_token wouldn't be a blank pass for potential cookie thieves.
This discussion was converted from issue #685 on July 25, 2022 15:53.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As per docs
Instead, it kills the session.
Wouldn't it make sense to store the identifier for 'remember-sessions' inside the remember_token? Then we could still verify the browser/IP haven't changed, and the remember_token wouldn't be a blank pass for potential cookie thieves.
Beta Was this translation helpful? Give feedback.
All reactions