From 57425f770de585e3a6852f99297840a42ed7a2e1 Mon Sep 17 00:00:00 2001 From: Maxime Sinclair Date: Thu, 10 Mar 2011 15:54:36 +0100 Subject: [PATCH] Prevent the creation of the session. --- content/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/index.jsp b/content/index.jsp index cf8fe7a..dbed1ec 100644 --- a/content/index.jsp +++ b/content/index.jsp @@ -1,4 +1,4 @@ -<%@ page info="index" contentType="text/html; charset=utf-8" pageEncoding="utf-8" %> +<%@ page info="index" contentType="text/html; charset=utf-8" pageEncoding="utf-8" session="false" %> <% String contextRoot = request.getContextPath();