Add forgotten attribute "sessionCookieName" to context config docs.
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 9 Mar 2011 14:07:53 +0000 (14:07 +0000)
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 9 Mar 2011 14:07:53 +0000 (14:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1079806 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/context.xml

index 7243f58..18dae98 100644 (file)
         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.