From 09011e5237ec595095c06f8468a6690503754c5d Mon Sep 17 00:00:00 2001 From: rjung Date: Wed, 9 Mar 2011 14:07:53 +0000 Subject: [PATCH] Add forgotten attribute "sessionCookieName" to context config docs. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1079806 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/context.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/webapps/docs/config/context.xml b/webapps/docs/config/context.xml index 7243f58cc..18dae98dd 100644 --- a/webapps/docs/config/context.xml +++ b/webapps/docs/config/context.xml @@ -333,6 +333,14 @@ used.

+ +

The name to be used for all session cookies created for this + context. If set, this overrides any name set by the web application. + If not set, the value specified by the web application, if any, will be + used, or the name JSESSIONID if the web application does + not explicitly set one.

+
+

The path to be used for all session cookies created for this context. If set, this overrides any path set by the web application. -- 2.11.0