Clarify Session Management Persistence Documentation#18345
Conversation
jzheaux
left a comment
There was a problem hiding this comment.
Hi, @sankranty, thanks for the PR. I agree that this could be clearer. I've left my suggestions inline.
c836ffb to
f18004e
Compare
|
@sankranty, I polished some of the wording to clarify how sessions are persisted in modern Spring Security versions. In order to merge your contribution, your DCO signature needs to be corrected. Please note how the email address in your commit header is different from the email address in your DCO signature. Can you take a look at that please and update that commit? |
dcf156e to
03a48ac
Compare
Corrected that starting from Spring Security 6 security context is not automatically saved by default. Signed-off-by: sankranti <sankranty@gmail.com>
Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
03a48ac to
8dab68a
Compare
|
@jzheaux Thank you for adding detailed clarification. I updated sign-off, now it's correct. |
|
Also I noticed that commit ea3b112 was added to this branch, what I guess was by accident, so I removed it. |
Signed-off-by: Rob Winch <362503+rwinch@users.noreply.github.com>
|
Thanks, @sankranty! This is now merged into |
Corrected that starting from Spring Security 6 security context is not automatically saved by default.