From: rjung
Date: Wed, 9 Mar 2011 14:07:53 +0000 (+0000)
Subject: Add forgotten attribute "sessionCookieName" to context config docs.
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=09011e5237ec595095c06f8468a6690503754c5d;p=tomcat7.0
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
---
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.