Re: sessions lost after redeploy

2009-02-06 Thread J Robert Ray
On Fri, Feb 6, 2009 at 10:41 AM, Christopher Schultz wrote: >> But if I copy a new .war into webapps, or touch the existing .war, so >> that my app redeploys, my sessions are deleted. > > Are you sure that simply 'touch'ing the existing WAR causes your > sessions to die? I can't account for that,

sessions lost after redeploy

2009-02-05 Thread J Robert Ray
Hello, I have an app running in tomcat 6.0.18, using the default session manager. If I stop and start tomcat, or if I use the "reload" button in the manager, my sessions are preserved. But if I copy a new .war into webapps, or touch the existing .war, so that my app redeploys, my sessions are del