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
To avoid session fixation attacks it is good practice to generate new session identifier when privileges changed.
It'd be nice to have this feature in wai-session. basically it should assign new identifier and copy all session data.
To avoid session fixation attacks it is good practice to generate new session identifier when privileges changed.
It'd be nice to have this feature in wai-session. basically it should assign new identifier and copy all session data.