Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 6955 invoked by uid 500); 25 Oct 2001 06:32:20 -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 6944 invoked from network); 25 Oct 2001 06:32:20 -0000 Subject: AW: tomcat session problem Date: Thu, 25 Oct 2001 08:32:17 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-ID: X-MS-Has-Attach: content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.4712.0 X-MS-TNEF-Correlator: Thread-Topic: tomcat session problem Thread-Index: AcFdHN7DTsYc8klfQ5qgO3rxKuCENwAAC83A From: "Ralph Einfeldt" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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=20 will share the session from tomcat. From the view of tomcat the=20 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).=20 So if you want to allow more than one window, your application has to take care of that.=20 > -----Urspr=FCngliche 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 >=20 >=20 > Hi there, >=20 > I am using jakarta-tomcat - 3.2.3 server to run my project. I=20 > am finding > that session tracking, when more than one browser window is=20 > opened at one > time, doesn't come out to be correct. I am using its inbuilt=20 > session object > and the cookies are enabled in my browser. When more than one=20 > sessions are > running then the page presented is unpredictable.Sometimes=20 > correct page > displays and sometimes totally diferent page gets displayed.=20 > It works great > except if I have 2 browsers sessions up - then it gets=20 > confused and losses > track of which is the current session. >=20 > Are there any issues with the Tomcat server regarding session=20 > tracking? >=20 > Thanks in advance, > -Rinku >=20 >=20 >=20 >=20