From b924e9936081bd7d6e887d1af6547f8820753227 Mon Sep 17 00:00:00 2001 From: Maxime Sinclair Date: Fri, 18 Mar 2011 16:29:22 +0100 Subject: [PATCH] Session creation avoided --- content/error.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/error.jsp b/content/error.jsp index 2a49c54..0582c9a 100644 --- a/content/error.jsp +++ b/content/error.jsp @@ -1,4 +1,4 @@ -<%@ page isErrorPage="true" contentType="text/html; charset=utf-8" pageEncoding="utf-8" %> +<%@ page isErrorPage="true" contentType="text/html; charset=utf-8" pageEncoding="utf-8" session="false" %> <% String contextRoot = request.getContextPath(); %>