Author: kkolinko
Date: Tue Jan 25 12:40:38 2011
New Revision: 1063257
URL: http://svn.apache.org/viewvc?rev=1063257&view=rev
Log:
Clarify what the units are when setting sessionIdLength property of a Manager.
It was asked on users@
CTR: docs
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/config/manager.xml
tomcat/trunk/webapps/docs/config/manager.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/manager.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/manager.xml?rev=1063257&r1=1063256&r2=1063257&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/manager.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/manager.xml Tue Jan 25 12:40:38
2011
@@ -155,8 +155,9 @@
</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>
@@ -268,8 +269,9 @@
</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>
Modified: tomcat/trunk/webapps/docs/config/manager.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/manager.xml?rev=1063257&r1=1063256&r2=1063257&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/manager.xml (original)
+++ tomcat/trunk/webapps/docs/config/manager.xml Tue Jan 25 12:40:38 2011
@@ -161,8 +161,9 @@
</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>
@@ -256,8 +257,9 @@
</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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]