Slide 9
Slide 9 text
Spring Session Primer
• Provides API and implementations
required for managing user’s
session
• Redis, JDBC, Mongo, Gemfire,
Hazelcast
• Roll your own implementation
• Supports clustered sessions without
being tied to application container
specific solution
• SessionIDs can be exchanged via
Headers to work with REST APIs
• Websocket support