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