On Wed, 14 Aug 2002, Koes, Derrick wrote:
> Date: Wed, 14 Aug 2002 16:11:48 +0100
> From: "Koes, Derrick" <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
> Subject: session timeout
>
> How closely does Tomcat follow the servlet specification concerning web.xml?
>
Any failure of Tomcat to conform is a bug that should be fixed.
>
>
> I added the following to my web.xml, but the session seems to timeout
> immediately (0 minutes).
>
> <session-config>
>
> <session-timeout>0</session-timeout>
>
> </session-config>
>
>
>
> However, the servlet 2.3 spec states:
>
>
>
> "If the timeout is 0 or less, the container ensures the default behaviour of
> sessions is never to time out."
>
Please submit a bug report to
http://nagoya.apache.org/bugzilla/
>
>
> The bottom line is I need to know how to make my webapp's session never
> timeout.
>
> Can anyone help?
>
>
Craig
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>