Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 65231 invoked from network); 3 Apr 2009 19:32:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Apr 2009 19:32:20 -0000 Received: (qmail 63207 invoked by uid 500); 3 Apr 2009 19:32:16 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 63157 invoked by uid 500); 3 Apr 2009 19:32:16 -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 63145 invoked by uid 99); 3 Apr 2009 19:32:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Apr 2009 19:32:16 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=FS_REPLICA,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [209.222.195.2] (HELO xenopus.mdibl.org) (209.222.195.2) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Apr 2009 19:32:08 +0000 Received: from xenopus.mdibl.org (localhost [127.0.0.1]) by xenopus.mdibl.org (Postfix) with ESMTP id 64EF16B4E for ; Fri, 3 Apr 2009 15:31:42 -0400 (EDT) Received: from mdibl-dhcp-177.mdibl.org (mdibl-dhcp-177.mdibl.org [209.222.195.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: mcmorran@xenopus.mdibl.org) by xenopus.mdibl.org (Postfix) with ESMTPSA id 5A19B6B49 for ; Fri, 3 Apr 2009 15:31:42 -0400 (EDT) Message-ID: <49D66422.9010400@mdibl.org> Date: Fri, 03 Apr 2009 15:31:46 -0400 From: Roy McMorran User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Session Replication in Cluster References: <49D4D2CB.3060103@mdibl.org> <9DD36C99332AB7438F8D73C048D8C62C02565B5E@sneezy.ad.e-dialog.com> <49D601E6.9020509@mdibl.org> <49D602BE.5020808@apache.org> <49D60517.4040605@mdibl.org> <49D6056A.2090602@apache.org> In-Reply-To: <49D6056A.2090602@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP (xenopus.mdibl.org) X-Virus-Checked: Checked by ClamAV on apache.org Mark Thomas wrote: > Roy McMorran wrote: > >> Is it the expected behavior then, that the 2nd part of the session ID >> changes after a failover, and a new cookie is set? >> > > Yes > > OK, please bear with me here, I may be just showing my ignorance with respect to Tomcat and web applications in general, but... If the session ID changes from "ABC123.node1" to "ABC123.node2", then you will start a new session at the browser. If you are going to establish a new session anyway, why bother replicating the first part of the session ID at all? Thanks, -r -- Roy McMorran Systems Administrator MDI Biological Laboratory mcmorran@mdibl.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org