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.
Generally, session repository implementations should track changes to session and write only delta in order to reduce the probability of lost updates due to race conditions.
Additionally, if this is implemented also consider supporting SaveMode to allow flexibility.
All session repositories in Spring Session core modules support this and could be used for inspiration.