spring-session
spring-session copied to clipboard
#3097 Hook for extending session cookie on access
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.
@marcusdacoregio: Could you please take a look at this PR and #3097? Is this something you would consider merging?
Closing because there are alternative ways to solve this.