On Fri, 22 Nov 2002 [EMAIL PROTECTED] wrote:

> Date: Fri, 22 Nov 2002 08:38:30 +0800
> From: [EMAIL PROTECTED]
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: Re: application timeout
>
> Thanks, but I am no longer using session. I have opted for 'application'.
> How is the timeout set for that please?..or have you answered that
> already? I f so I missed it!
>

There is no timeout for application scope variables -- they stay until you
remove them or until your webapp is shutdown.  Of course, you should also
remember that application-scope attributes are global to the entire app,
not specific to a user.  That's perfect for common things you want to
share, but not appropriate for per-user stuff.

> Paul.

Craig


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to