spring-session icon indicating copy to clipboard operation
spring-session copied to clipboard

#3097 Hook for extending session cookie on access

Open theigl opened this issue 1 year ago • 1 comments

This PR adds an additional hook to HttpSessionIdResolver that is called whenever an existing session is accessed. This would make it possible to store the session ID in a persistent cookie with an expiration date that is extended every time the session is accessed.

See https://github.com/spring-projects/spring-session/issues/3097.

theigl avatar Jul 15 '24 09:07 theigl

@marcusdacoregio: Could you please take a look at this PR and #3097? Is this something you would consider merging?

theigl avatar Jul 29 '24 07:07 theigl

Closing because there are alternative ways to solve this.

theigl avatar Aug 22 '24 12:08 theigl