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 only has the createSession method, and does not provide createSession(String id). The session id obtained by executing createSession has nothing to do with WebSessionIdResolver, but is generated directly by UUID. So I have no meaning in defining WebSessionIdResolver, it only works for getting session, but it has nothing to do with creating session.