Hi Erik, How to disable the persist sessions in tomcat.
Do you mean setting these properties to true? org.apache.tapestry.disable-caching = true org.apache.tapestry.enable-reset-service = true best regards, Vincent On 1/3/06, Erik Hatcher <[EMAIL PROTECTED]> wrote: > > On Jan 3, 2006, at 4:20 AM, Vincent wrote: > > Hi all, > > > > When I tried to restart the server the server (Tomcat) , I am suprised > > to found that visit object is still there. Of course , I using the > > same web browser during restart. > > > > Is it possible to clear the visit object when server is shutting down? > > You must have Tomcat configured to persist sessions. Perhaps simply > disabling this feature of Tomcat would be the solution you're after? > > Erik > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
