RE: Possible to disable session persistence at shutdown?

2004-01-12 Thread Shapira, Yoav
to disable session persistence at shutdown? you can define a Manager element, using the same class (org.apache.catalina.session.StandardManager) and then setting the path variable to an invalid path. no sessions will be persisted Manager class=org.apache.catalina.session.StandardManager path

RE: Possible to disable session persistence at shutdown?

2004-01-11 Thread Filip Hanik
you can define a Manager element, using the same class (org.apache.catalina.session.StandardManager) and then setting the path variable to an invalid path. no sessions will be persisted Manager class=org.apache.catalina.session.StandardManager path=/sadasdas/ -Original Message- From: