Spring Session provides a common infrastructure for managing user’s session information.
Spring Session provides a common infrastructure for managing user’s session information. This provides many 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 - HttpSessionalive when a- WebSocketis active
 
Resources
 
     
     
     
     
     
     
     
     
     
     
     
     
     
    