> Prolonging session-timeout can be done for the complete > webapp in its > web.xml: > > <!-- Define the default session timeout for your application, > in minutes. From a servlet or JSP page, you can modify > the timeout for a particular session dynamically by using > HttpSession.getMaxInactiveInterval(). --> > <session-config> > <session-timeout>30</session-timeout> <!-- 30 minutes --> > </session-config> > > You're looking for a more permanent sollution, but i thought > i should > mention it, just in case.
Hi André, Thanks, i just needed this! Never thought it could be this simple. Regards, Henk. _______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers
