You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Phillip <iq...@hotmail.com> on 2001/09/04 12:47:29 UTC

Re: specify session timeout

It can be done at web.xml

Pleae find this part
<session-config>
        <session-timeout>
            30
        </session-timeout>
    </session-config>

This time is in minutes.

Phillip






----- Original Message -----
From: "randie ursal" <ur...@ntsp.nec.co.jp>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Wednesday, September 04, 2002 7:12 AM
Subject: specify session timeout


> hi,
>
>    can i specify a session timeout value  in Tomcat?
>    if yes, how?
>
>    i've done it but it is on the servlet side part, i want if possible
> to set it
>    on the web server. so that i would have a centralized session time
>    for my web application.
>
> thanks in advance
>
>    randie
>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>