RE: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Brandon Cruz
Nobody responded to this in a few days, so I'll try again this morning... Hello, We have recently noticed a very strange error when running tomcat 3.2.4 on localhost. If a button in the application pops up a new window, then the user closes that window to return to the original screen, the

RE: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Rutledge, Aaron
that you're not seeing what you are expecting because of a cached page or a simmilar problem? --Aaron -Original Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 7:23 AM To: Tomcat Users List Subject: RE: Very strange session problem on localhost only (trying

RE: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Brandon Cruz
8:46 AM To: Tomcat Users List Subject: RE: Very strange session problem on localhost only (trying again) What do you mean the session times out? Are you testing for session variables and the session expires after this page loads on localhost, but not from another browser on another machine

RE: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Rutledge, Aaron
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 8:46 AM To: Tomcat Users List Subject: RE: Very strange session problem on localhost only (trying again) What do you mean the session times out? Are you testing for session variables and the session expires after this page loads

RE: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Brandon Cruz
PROTECTED]] Sent: Wednesday, May 22, 2002 9:16 AM To: Tomcat Users List Subject: RE: Very strange session problem on localhost only (trying again) So it sounds like you have a test page that loads the session variables and you reload the page or something to verify thier value. You open some window

Re: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Scott Judd
is if the servlet were creating a new session for each request. scott - Original Message - From: Brandon Cruz [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, May 22, 2002 9:20 AM Subject: RE: Very strange session problem on localhost only (trying again) I have a page

RE: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Brandon Cruz
is switched by simply opening a new window. -Original Message- From: Scott Judd [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 9:42 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Very strange session problem on localhost only (trying again) Hi Brandon

Re: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Phillip Morelock
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 9:42 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Very strange session problem on localhost only (trying again) Hi Brandon, This is really more of a Java question; if you could post a snip of your code relative