We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Updating from spring-session 3.3.5 to 3.4.1 causes non expiring sessions to expire after 5 minutes of inactivity.
To Reproduce
spring:session:sessions:{{sessionId}}
Expected behavior From version 3.3.5 TTL of spring:session:sessions:{{sessionId}} remains -1.
The issue looks to be related to this commit, here.
Sample https://github.com/nfawcett/spring-session-expiring-issue. Change versions to see difference in behaviour.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Updating from spring-session 3.3.5 to 3.4.1 causes non expiring sessions to expire after 5 minutes of inactivity.
To Reproduce
spring:session:sessions:{{sessionId}}
. TTL counts down from 300.Expected behavior
From version 3.3.5 TTL of
spring:session:sessions:{{sessionId}}
remains -1.The issue looks to be related to this commit, here.
Sample
https://github.com/nfawcett/spring-session-expiring-issue. Change versions to see difference in behaviour.
The text was updated successfully, but these errors were encountered: