From 0884857e0897c4574123a84c681553b81e2b6fe1 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Tue, 25 Jan 2011 12:40:38 +0000 Subject: [PATCH] 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 --- webapps/docs/config/manager.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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.

-- 2.11.0