0

Does 'Spring Session' support 'Web Session Clustering' across multiple App Server container ?

yathirigan
  • 5,619
  • 22
  • 66
  • 104

1 Answers1

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