Spring Session 1.0.0.M1 Released
I'm pleased to announce the release of Spring Session 1.0.0.M1.
Benefits
This project provides a number of benefits including:
- Accessing a session from any environment (i.e. web, messaging infrastructure, etc)
- In a web environment
- Support for clustering in a vendor neutral way
- Pluggable strategy for determining the session id
- Easily keep the HttpSession alive when a WebSocket is active
Getting Started
Refer to the Quick Start section of the README to learn how to you can use Spring Session in your application.
Feedback Please
If you have feedback, I encourage you to reach out via github issues, via the comments section, or ping me on twitter @rob…