-
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
I think that the docs update made for #1157 does not actually solve the problem because although SpringSessionRememberMeServices does call request.setAttribute(REMEMBER_ME_LOGIN_ATTR, true); it doesn't ensure cookieSerializer.setRememberMeRequestAttribute(REMEMBER_ME_LOGIN_ATTR); gets called, which is necessary for DefaultCookieSerializer to know to check if the attribute is actually set on the request.
So the example present docs for customizing the session cookie will break remember me, and nothing elsewhere in the documentation accounts for this.
Metadata
Metadata
Assignees
Labels
in: docsAn issue in Documentation or samplesAn issue in Documentation or samplestype: enhancementA general enhancementA general enhancement