Prevent the creation of the session.

This commit is contained in:
Maxime Sinclair
2011-03-10 15:54:36 +01:00
parent 5c149977fb
commit 57425f770d

View File

@@ -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();