On this page
- 1. Introduction
- 2. What’s New in 2.0
- 3. Samples and Guides (Start Here)
- 4. Spring Session Modules
- 5. HttpSession Integration
- 5.1. Why Spring Session & HttpSession?
- 5.2. HttpSession with Redis
- 5.3. HttpSession with JDBC
- 5.4. HttpSession with Hazelcast
- 5.5. How HttpSession Integration Works
- 5.6. HttpSession & RESTful APIs
- 5.7. HttpSessionListener
- 6. WebSocket Integration
- 7. WebSession Integration
- 8. Spring Security Integration
- 9. API Documentation
- 9.1. Session
- 9.2. SessionRepository
- 9.3. FindByIndexNameSessionRepository
- 9.4. ReactiveSessionRepository
- 9.5. EnableSpringHttpSession
- 9.6. EnableSpringWebSession
- 9.7. RedisOperationsSessionRepository
- 9.8. ReactiveRedisOperationsSessionRepository
- 9.9. MapSessionRepository
- 9.10. ReactiveMapSessionRepository
- 9.11. JdbcOperationsSessionRepository
- 9.12. HazelcastSessionRepository
- 10. Custom SessionRepository
- 11. Upgrading to 2.x
- 12. Spring Session Community
- 13. Minimum Requirements