1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-06-07 02:40:51 +00:00

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