You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
I had the same issue today. So, I am assuming its still not fixed.
I would like to clarify the direction of this fix though.
The JdkMongoSessionConverter class exposes a constructor with maxInactiveInterval duration field. Setting this field has no effect on the sessions created. Sessions are defaulted to PT30M this way.
spring-session-data-mongodb/src/main/java/org/springframework/session/data/mongo/JdkMongoSessionConverter.java
Line 107 in d0bb1f1
I found that the session timeout is always 1800s. Maybe it refers
spring-session-data-mongodb/src/main/java/org/springframework/session/data/mongo/MongoIndexedSessionRepository.java
Line 56 in d0bb1f1
The text was updated successfully, but these errors were encountered: