Skip to content

Document CookieWebSessionIdResolver #1614

@EtienneMiret

Description

@EtienneMiret

The Spring Session Core reference documentation has a nice section about how to customize the session cookie by exposing a CookieSerializer bean. However, this does not work for reactive applications.

After digging the source code, I found out that reactive applications need instead to expose a WebSessionIdResolver bean, such as CookieWebSessionIdResolver.

I believe having a new section in the reference documentation would help others. Ideally, this new section and the 9.13 section about the CookieSerializer would link to each other.

Metadata

Metadata

Assignees

Labels

in: docsAn issue in Documentation or samplestype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions