From: kkolinko Date: Tue, 25 Jan 2011 12:40:38 +0000 (+0000) Subject: Clarify what the units are when setting sessionIdLength property of a Manager. It... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=0884857e0897c4574123a84c681553b81e2b6fe1;p=tomcat7.0 Clarify what the units are when setting sessionIdLength property of a Manager. It was asked on users@ CTR: docs git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1063257 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/config/manager.xml b/webapps/docs/config/manager.xml index c6775fa51..22e37c482 100644 --- a/webapps/docs/config/manager.xml +++ b/webapps/docs/config/manager.xml @@ -161,8 +161,9 @@ -

The length of session ids created by this Manager, excluding any - JVM route information used for load balancing. +

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.

@@ -256,8 +257,9 @@ -

The length of session ids created by this Manager, excluding any - JVM route information used for load balancing. +

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.