With Geronimo Tomcat 2.0.3-SNAPSHOT, when a web app is stopped, I am noticing that the call to stop() in GeronimoStandardContext.kill() is making the sessions to be written to a SESSIONS.ser under the workDir for the application. But then destroy() called immediately is resulting in the deletion of the workDir altogether. Under what situations will this workDir be not deleted and how this SESSIONS.ser will be used/supposed to be used?
++Vamsi
