From ae93fcd019a234641b05f327c887172513c06685 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 6 Jan 2015 17:14:33 -0600 Subject: [PATCH] Fix markdown --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index e0a97c0f..c65f7f95 100644 --- a/index.html +++ b/index.html @@ -50,9 +50,9 @@ Spring Session provides the following features: * API and implementations for managing a user's session * **HttpSession** - allows replacing the HttpSession in an application container (i.e. Tomcat) neutral way -** **Clustered Sessions** - Spring Session makes it trivial to support clustered sessions without being tied to an application container specific solution. -** **Multiple Browser Sessions** - Spring Session supports managing multiple users' sessions in a single browser instance (i.e. multiple authenticated accounts similar to Google). -** **RESTful APIs** - Spring Session allows providing session ids in headers to work with RESTful APIs + * **Clustered Sessions** - Spring Session makes it trivial to support clustered sessions without being tied to an application container specific solution. + * **Multiple Browser Sessions** - Spring Session supports managing multiple users' sessions in a single browser instance (i.e. multiple authenticated accounts similar to Google). + * **RESTful APIs** - Spring Session allows providing session ids in headers to work with RESTful APIs * **WebSocket** - provides the ability to keep the HttpSession alive when receiving WebSocket messages