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

2002-08-12 Thread Bill Barker
CTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, August 12, 2002 5:50 AM Subject: Question about Session in Tomcat 3.3 -- continued... > I changed switch "fullReload" in ReloadInterceptor > from true to false, and sessions are maintained > through

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

2002-08-12 Thread Hugh J. L.
I changed switch "fullReload" in ReloadInterceptor from true to false, and sessions are maintained through context reloading. (Of course, because the old context remains.) Is there any disadvantage if I set this way? Anyway fullReload=true is default setting. Thanks. Hugh _

Question about Session in Tomcat 3.3

2002-08-12 Thread Hugh J. L.
As I tested, when context reloads in Tomcat 3.3.1, e.g. caused by modification of servlet class, sessions are lost. Is it true for all Tomcat 3.3.x? Is there any switch in source code which can change this behavior and maintain sessions through context reloading? Thanks for your help. Hugh ___