-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
in: docsAn issue in Documentation or samplesAn issue in Documentation or samplestype: enhancementA general enhancementA general enhancement
Milestone
Description
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 samplesAn issue in Documentation or samplestype: enhancementA general enhancementA general enhancement