RE: org.apache.catalina.session.PersistentManager

2013-12-07 Thread spring
Hm... no opinions? > -Original Message- > From: spr...@gmx.eu [mailto:spr...@gmx.eu] > Sent: Donnerstag, 5. Dezember 2013 20:08 > To: 'Tomcat Users List' > Subject: org.apache.catalina.session.PersistentManager >

org.apache.catalina.session.PersistentManager

2013-12-05 Thread spring
Hi, if I want to use org.apache.catalina.session.PersistentManager but do not want the async storage of session data is it sufficient to add a valve which stores the session data after the request via manager.getStore().save(..)? And how can I prevent that the session is stored again by the