Phillip-
What
type of application is this? If servlet based, session timeout and cleanup
activities are controlled by the HttpSession, HttpSessionBindingEvent, and
HttpSessionBindingListener classes of the java.servlet.http package.
If
there is more to these problem, these provide the details.
Erich
-----Original Message-----
From: Phillip Urrea [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 20, 2002 5:23 AM
To: '[EMAIL PROTECTED]'
Subject: Session Timeouts
From: Phillip Urrea [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 20, 2002 5:23 AM
To: '[EMAIL PROTECTED]'
Subject: Session Timeouts
Our application is
running in session scope on the server. Does anyone know of anyway the server
can timeout when the client is inactive for a period of time. I would like to
have a way of closing the server neatly and redirecting the client if they've
been inactive for too long.
Thanks,
Phillip.