Further polish

This commit is contained in:
Rob Winch
2015-01-05 11:35:03 -06:00
parent f9098bfe83
commit 5f471b5b68

View File

@@ -46,7 +46,7 @@ Spring Session provides an API and implementations for managing a users sessi
## Features
It also provides transparent integration with:
Spring Session also provides transparent integration with:
* HttpSession - allows for simple clustered sessions, obtaining the session from custom parts of the HTTP request (i.e. HTTP headers), and managing multiple users sessions in a single browser instance (i.e. multiple authenticated accounts similar to Google).
* WebSocket - provides the ability to keep the HttpSession alive when receiving WebSocket messages