Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 11176 invoked from network); 2 Nov 2009 13:03:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Nov 2009 13:03:54 -0000 Received: (qmail 31800 invoked by uid 500); 2 Nov 2009 13:03:51 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 31738 invoked by uid 500); 2 Nov 2009 13:03:50 -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 31727 invoked by uid 99); 2 Nov 2009 13:03:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2009 13:03:50 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of pid@pidster.com does not designate 209.85.218.221 as permitted sender) Received: from [209.85.218.221] (HELO mail-bw0-f221.google.com) (209.85.218.221) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2009 13:03:47 +0000 Received: by bwz21 with SMTP id 21so6228406bwz.24 for ; Mon, 02 Nov 2009 05:03:24 -0800 (PST) Received: by 10.204.20.143 with SMTP id f15mr3901104bkb.49.1257167004250; Mon, 02 Nov 2009 05:03:24 -0800 (PST) Received: from Phoenix.local (cpc2-lewi13-2-0-cust269.2-4.cable.virginmedia.com [86.14.119.14]) by mx.google.com with ESMTPS id 13sm659896bwz.2.2009.11.02.05.03.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 02 Nov 2009 05:03:23 -0800 (PST) Message-ID: <4AEED898.4050602@pidster.com> Date: Mon, 02 Nov 2009 13:03:20 +0000 From: Pid Reply-To: pid@pidster.com Organization: Pidster Inc User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-GB; rv:1.9.1.1) Gecko/20090715 Thunderbird/3.0b3 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Want to customise the tomcat's session logic References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 02/11/2009 10:06, S Arvind wrote: > Hi Tomcat developers, > > Bascially my requirement is ability to control the session > sharing in browser. Till now we maintained each application as differnet > context but pointing to same doc-base. So different web application will be > running on a same code to control the session sharing between different > application . But now we want to run in same context as one application but > control the session sharing. So i planned to customise session creation n > management of the tomcat to our requirements to add some value to > *path*attribute in session. Is this possible? I'm not sure your question is very clear, perhaps if you are able to make your question clearer someone will be able to help. p > Is there anyother way to solve this session sharing?? > > Thanks in advance. > > Arvind S > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org