Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 61649 invoked by uid 500); 25 Oct 2001 19:38:03 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 61623 invoked from network); 25 Oct 2001 19:38:02 -0000 Message-ID: <06c701c15d8c$8e65ded0$f1050380@rr> From: "Rinku Randhawa" To: References: Subject: Re: tomcat session problem Date: Thu, 25 Oct 2001 15:38:00 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Thanks Ralph for the information, my question is when there are 2 sessions running on the web in the same PC (by opening 2 browsers) then it doesn't track the sessions properly and changes the value of the session when I go to different pages even if I limit one session to one browser. Thanks, -Rinku ----- Original Message ----- From: "Ralph Einfeldt" To: Sent: Thursday, October 25, 2001 2:32 AM Subject: AW: tomcat session problem > It's not a tomcat issue, it more an issue of your application. > > If you open a second windows from a running session, the windows > will share the session from tomcat. From the view of tomcat the > windows are indistinguishable from each other. Tomcat even can't > recognize that there are two windows (That's true for any server > that talks HTTP with its clients). > So if you want to allow more than one window, your application > has to take care of that. > > > -----Urspr�ngliche Nachricht----- > > Von: Rinku Randhawa [mailto:rrandhawa@compunetix.com] > > Gesendet: Mittwoch, 24. Oktober 2001 20:46 > > An: tomcat-user@jakarta.apache.org > > Betreff: tomcat session problem > > > > > > Hi there, > > > > I am using jakarta-tomcat - 3.2.3 server to run my project. I > > am finding > > that session tracking, when more than one browser window is > > opened at one > > time, doesn't come out to be correct. I am using its inbuilt > > session object > > and the cookies are enabled in my browser. When more than one > > sessions are > > running then the page presented is unpredictable.Sometimes > > correct page > > displays and sometimes totally diferent page gets displayed. > > It works great > > except if I have 2 browsers sessions up - then it gets > > confused and losses > > track of which is the current session. > > > > Are there any issues with the Tomcat server regarding session > > tracking? > > > > Thanks in advance, > > -Rinku > > > > > > > >