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
Manually refreshing session ID before it expires (e.g. if the user wants to keep working after the maximum session lifetime, but we do not want the same session ID to be used)
Sometimes, there is the need to refresh the session ID without loosing the session data.
Examples:
https://www.owasp.org/index.php/Session_fixation
session fixation attack jaredhanson/passport#192