Does 'Spring Session' support 'Web Session Clustering' across multiple App Server container ?
Asked
Active
Viewed 728 times
1 Answers
0
Yes. One of the main motivations of Spring Session is providing clustered sessions that are not tied to a specific application server.
See Http Session with Redis for an example.
Another suggestion is using the MapSessionRepository with a distributed map implementation such as Hazelcast.

Mark
- 28,783
- 8
- 63
- 92