Wednesday, December 14, 2005

Eliminating session persistence on Tomcat shutdown

Thanks to this post, adding:

<Manager pathname=""/>

to the DefaultContext will disable Tomcat's default behavior of saving the session upon shutdown.

UPDATE
lousy, this didn't work.