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
SpringSessionWebSessionStore, or more specifically, its internal WebSession implementation does not mark session as invalid before clearing in from the underlying session store.
This can cause the subsequent request processing to continue using the old, invalidated session id. See this StackOverflow question and the supplied sample app.
The text was updated successfully, but these errors were encountered:
SpringSessionWebSessionStore
, or more specifically, its internalWebSession
implementation does not mark session as invalid before clearing in from the underlying session store.This can cause the subsequent request processing to continue using the old, invalidated session id. See this StackOverflow question and the supplied sample app.
The text was updated successfully, but these errors were encountered: