Skip to content

SpringSessionWebSessionStore createSession is not related to WebSessionIdResolver ? #1148

@czarea

Description

@czarea

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.

Metadata

Metadata

Assignees

Labels

for: stack-overflowA question that's better suited to stackoverflow.com

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions