Re: Question about session

2003-06-18 Thread Bill Barker
- Original Message - From: "Cui Xiaojing-a13339" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 7:38 PM Subject: Question about session > Hello All, > > I have used <%@ page session="false" %> to set the page not to join session, but w

Re: Question about Session in Tomcat 3.3 -- continued...

2002-08-12 Thread Bill Barker
Yes, it seems to be true that sessions are lost on reloading with fullReload=true. I don't think that the case of fullReload=false has been tested much, so it is possible that there could be some strange bugs like in 3.2.x. It looks like the best way to fix this (for the default fullReload=true