It is not my problem. I need to change it for only one servlet.
Thanks.
fed fin wrote:
you can set timeout from Tomcat Admin => Connections.
--- David Causse <[EMAIL PROTECTED]> wrote:
Hi,
I need in some exceptionnal condition to disable the
session timeout for
one request.
Is there some conven
you can set timeout from Tomcat Admin => Connections.
--- David Causse <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I need in some exceptionnal condition to disable the
> session timeout for
> one request.
> Is there some convenient way to do so?
>
> My idea is to do this but I'm unsure :
> In the excep
Hi,
I need in some exceptionnal condition to disable the session timeout for
one request.
Is there some convenient way to do so?
My idea is to do this but I'm unsure :
In the exceptionnal servlet (at the beginning):
session.setAttribute("OLD_TIMEOUT", new
Integer(session.getMaxInactiveInterva