Author: rjung
Date: Wed Mar  9 14:07:53 2011
New Revision: 1079806

URL: http://svn.apache.org/viewvc?rev=1079806&view=rev
Log:
Add forgotten attribute "sessionCookieName" to context config docs.

Modified:
    tomcat/trunk/webapps/docs/config/context.xml

Modified: tomcat/trunk/webapps/docs/config/context.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/context.xml?rev=1079806&r1=1079805&r2=1079806&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/context.xml (original)
+++ tomcat/trunk/webapps/docs/config/context.xml Wed Mar  9 14:07:53 2011
@@ -333,6 +333,14 @@
         used.</p>
       </attribute>
       
+      <attribute name="sessionCookieName" required="false">
+        <p>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 <code>JSESSIONID</code> if the web application does
+        not explicitly set one.</p>
+      </attribute>
+      
       <attribute name="sessionCookiePath" required="false">
         <p>The path to be used for all session cookies created for this
         context. If set, this overrides any path set by the web application.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to