You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Lee Peik Feng <pf...@syabas.com> on 2003/04/04 08:15:30 UTC

Tomcat session

Hi,
    in web.xml

    <session-config>
        <session-timeout>30</session-timeout>
    </session-config>

    Could I set the value to -1 so that the session timeout is unlimited as
long as tomcat alive?






---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: Tomcat session

Posted by Filip Hanik <ma...@filip.net>.
not sure, check the spec, but if it did work that way, your server would
have a memory leak :)

Filip

> -----Original Message-----
> From: Lee Peik Feng [mailto:pflee@syabas.com]
> Sent: Thursday, April 03, 2003 10:16 PM
> To: Tomcat Users List
> Subject: Tomcat session
>
>
> Hi,
>     in web.xml
>
>     <session-config>
>         <session-timeout>30</session-timeout>
>     </session-config>
>
>     Could I set the value to -1 so that the session timeout is
> unlimited as
> long as tomcat alive?
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org