From 5f471b5b6868eb3ff86eab11bedfe043ed66e1a2 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 5 Jan 2015 11:35:03 -0600 Subject: [PATCH] Further polish --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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