You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Sobeck, James (ISS Atlanta)" <JS...@iss.net> on 2001/12/17 22:26:31 UTC

session timeout action

hello, 

i want to setup my session so that when the timeout time is met, I instruct
the system to perform a number of actions. is there a way to check to see if
the session has timed out?

 thanks, 

Jimmy




Jimmy Sobeck 
Engineer -  Tools & Automation
jsobeck@iss.net <ma...@iss.net>
404.236.3085
Internet Security Systems  




--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: session timeout action

Posted by "Christopher K. St. John" <ck...@distributopia.com>.
"Sobeck, James (ISS Atlanta)" wrote:
> 
> is there a way to check to see if
> the session has timed out?
> 

 For 2.3, try:

   javax.servlet.http.HttpSessionListener,

 for <=2.3, try:

   javax.servlet.http.HttpSessionBindingListener

 The javadocs have more info.

-- 
Christopher St. John cks@distributopia.com
DistribuTopia http://www.distributopia.com

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>