Spring Session 1.0.0.RELEASE
I'm pleased to announce the release of Spring Session 1.0.0.RELEASE. You can find the release in Maven Central.
Features
Spring Session provides the following features:
- API and implementations (i.e. Redis) for managing a user's session
- HttpSession - allows replacing the HttpSession in an application container (i.e. Tomcat) neutral way. Additional features include:
- Clustered Sessions - Spring Session makes it trivial to support clustered sessions without being tied to an application container specific solution.
- Multiple Browser Sessions - Spring Session supports managing multiple users' sessions in a single browser instance (i.e. multiple authenticated accounts similar to Google).
- RESTful APIs - Spring Session allows providing session ids in headers to work with RESTful APIs