Open
Description
Since MongoDB support has been migrated back to this repository, I'm cloning the issue originally reported in spring-projects/spring-session-data-mongodb#106.
Original issue description:
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.