Re: tomcat session problem

2001-10-26 Thread Craig R. McClanahan
On Fri, 26 Oct 2001, Dmitri Colebatch wrote: > Date: Fri, 26 Oct 2001 15:50:41 +1000 > From: Dmitri Colebatch <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: tomcat session problem > > On Fri, 26 Oct 2001, Dmitri Colebatch

Re: tomcat session problem

2001-10-26 Thread Rinku Randhawa
sessions. I would really appreciate the suggestions Thanks Rinku - Original Message - From: "Dmitri Colebatch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 26, 2001 1:50 AM Subject: Re: tomcat session problem > On Fri, 26 Oct 2001, Dmitri Cole

Re: tomcat session problem

2001-10-26 Thread Dmitri Colebatch
On Fri, 26 Oct 2001, Dmitri Colebatch wrote: > On Thu, 25 Oct 2001, Rinku Randhawa wrote: > > > 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

Re: tomcat session problem

2001-10-26 Thread Dmitri Colebatch
On Thu, 25 Oct 2001, Rinku Randhawa wrote: > 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 eve

Re: tomcat session problem

2001-10-25 Thread Rinku Randhawa
tober 25, 2001 3:39 AM Subject: RE: tomcat session problem > Hi Rinku, > > Your application should work fine in both the browsers opened > simultaneously...only if the second browser window is not opened from the > first browser window using Ctrl+N > > If you are opening the

RE: tomcat session problem

2001-10-25 Thread Geoff Howard
:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 3:39 AM To: '[EMAIL PROTECTED]' Subject: RE: tomcat session problem Hi Rinku, Your application should work fine in both the browsers opened simultaneously...only if the second browser window is not opened from the first browser window us

Re: tomcat session problem

2001-10-25 Thread Rinku Randhawa
hanks, -Rinku - Original Message - From: "Ralph Einfeldt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> 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

Re: tomcat session problem

2001-10-25 Thread Craig R. McClanahan
gt; > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: 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

RE: tomcat session problem

2001-10-25 Thread Geoff Howard
just out of curiosity, what browser are you using, and how are you beginning the second browser session? Geoff -Original Message- From: Rinku Randhawa [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 24, 2001 2:46 PM To: [EMAIL PROTECTED] Subject: tomcat session problem Hi there

RE: tomcat session problem

2001-10-25 Thread Shah, Chintan V (Chintan)
must be able to work on both of them simultaneously.. I hope, this will help you. regards, Chintan. -Original Message- From: Rinku Randhawa [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 12:16 AM To: [EMAIL PROTECTED] Subject: tomcat session problem Hi there, I am using

AW: tomcat session problem

2001-10-25 Thread Ralph Einfeldt
2001 20:46 > An: [EMAIL PROTECTED] > 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&#x

tomcat session problem

2001-10-24 Thread Rinku Randhawa
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 se

IIS & tomcat session problem

2001-04-03 Thread Ganfeng Lu
Hi, I am trying to use tomcat3.2.1 together with IIS5. Everything works fine except the session. In my project - my first one in tomcat, logon.jsp will keep the user logon infomation in Session and redirect user to menu.jsp. Menu.jsp will then check the logon info before doing any actual work.

Tomcat Session Problem!

2001-03-01 Thread Moin Anjum H.
Hi All, Thanks a lot in advance. I have a grave problem with tomcat. I am not able to kill session created with HttpSession Mysession = request.getSession( true ); At the end even if i execute Mysession.invalidate(); still in my next session i get the values of when i call MySession.getAttri