Hi,
I'm confused, I did not see the option "maxIdleBackup." Thank you very
much for your help ;)
Mark Thomas a écrit :
Alexandre Bes wrote:
I don't know how
to get the manager to start the backup in a struts action.
You don't need to.
Is it possible, I am curious?
In the sess
Alexandre Bes wrote:
> Maybe I don't know use the sessions managers provided by tomcat ^ ^.
http://tomcat.apache.org/tomcat-6.0-doc/config/manager.html
> They save my sessions only when I stop tomcat cleanly.
That is configurable. See maxIdleBackup.
> Moreover when a
> session is saved the manage
Maybe I don't know use the sessions managers provided by tomcat ^ ^.
They save my sessions only when I stop tomcat cleanly. Moreover when a
session is saved the manager invalid this session no? I don't know how
to get the manager to start the backup in a struts action.
thx for your help
Mark
Alexandre Bes wrote:
> Hi,
>
> When an authenticated user accesses a specific URL, I need to save its
> session to restore it if the server is stopped abruptly. That is why I
> plan to write my own session persistence manager.
What is wrong with the built in ones?
Mark
---