Clarify what the units are when setting sessionIdLength property of a Manager. It...
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 25 Jan 2011 12:40:38 +0000 (12:40 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 25 Jan 2011 12:40:38 +0000 (12:40 +0000)
CTR: docs

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1063257 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/manager.xml

index c6775fa..22e37c4 100644 (file)
       </attribute>
 
       <attribute name="sessionIdLength" required="false">
-       <p>The length of session ids created by this Manager, excluding any
-        JVM route information used for load balancing. 
+       <p>The length of session ids created by this Manager, measured in bytes,
+        excluding subsequent conversion to a hexadecimal string and
+        excluding any JVM route information used for load balancing.
         The default is 16.</p>
       </attribute>
 
       </attribute>
 
       <attribute name="sessionIdLength" required="false">
-        <p>The length of session ids created by this Manager, excluding any
-        JVM route information used for load balancing. 
+       <p>The length of session ids created by this Manager, measured in bytes,
+        excluding subsequent conversion to a hexadecimal string and
+        excluding any JVM route information used for load balancing.
         The default is 16.</p>
       </attribute>