diff --git a/index.html b/index.html index d286172b..07d2904f 100644 --- a/index.html +++ b/index.html @@ -46,7 +46,7 @@ Spring Session provides an API and implementations for managing a user’s 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 user’s 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