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 background
process of the manager?

Any drawbacks with this approach (besides performance)?

Thank you


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to