Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 66395 invoked from network); 25 Jan 2011 12:42:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Jan 2011 12:42:32 -0000 Received: (qmail 42546 invoked by uid 500); 25 Jan 2011 12:42:28 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 42307 invoked by uid 500); 25 Jan 2011 12:42:26 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 42298 invoked by uid 99); 25 Jan 2011 12:42:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jan 2011 12:42:25 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of knst.kolinko@gmail.com designates 209.85.161.173 as permitted sender) Received: from [209.85.161.173] (HELO mail-gx0-f173.google.com) (209.85.161.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jan 2011 12:42:17 +0000 Received: by gxk28 with SMTP id 28so2338784gxk.18 for ; Tue, 25 Jan 2011 04:41:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=6ex5uoiOIwzISgTMO1cvDiIckJ3ysYsGuBIC9a8Qgg0=; b=lItd+FVqb2dEVuOalhlGMS4okHgeDfTInSmHlaJdtKcEuCWwlwKXxuGqn1bdvnL8Cj FN7MLE/5fqEw38ylecs6kdohb7dgM/h55DiLvsT1g5hMedLqCONEDE5jVE81jgj5qD/w 285y6TJ+AC+3ywo86AFNfrSkxMAZeW9wp2imY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Jc7+D5H/DB1QVpq7FDzb0wu92ilaHL9BonUmGYGcbPnBXJJYFTasMj558qbPJhZ0bI CU9zXOqJS7AH7rEmsZm7KLt/F3FSFER5H/EMpNJNhPucZZcL9n+ODB/ENr03WkciaI7Q gnEt0ulQnsIZHoWM6CIgdZcJZerXXtc1kmSNc= MIME-Version: 1.0 Received: by 10.100.125.1 with SMTP id x1mr3917114anc.82.1295959316938; Tue, 25 Jan 2011 04:41:56 -0800 (PST) Received: by 10.100.178.20 with HTTP; Tue, 25 Jan 2011 04:41:56 -0800 (PST) In-Reply-To: References: Date: Tue, 25 Jan 2011 15:41:56 +0300 Message-ID: Subject: Re: What are the units for the session ID length From: Konstantin Kolinko To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org 2011/1/25 Adib : > The tomcat session manager documentation claims that for the standard > manager the default sessionIdLength attribute has a value of 16, the > question is 16 what, characters, bytes? When I look at the jessionId > in the URL =A0such as ( FDD699674D95E77EC9B03232DC761DC3) it has 32 > characters, does anyone know for sure what the units are? Those are bytes. I updated the docs. http://svn.apache.org/viewvc?rev=3D1063257&view=3Drev Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org