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.
Hello, I'm using
I'm trying to expire sessions for current user:
BUT some other thread executes
save()
method with old not-expired session and overwrites expired session in DB after all sessions were expired.spring-session-data-mongodb/src/main/java/org/springframework/session/data/mongo/MongoOperationsSessionRepository.java
Line 97 in e4f85bc
So, should
save()
do check for the session expiration in DB before save? Thank you.The text was updated successfully, but these errors were encountered: