"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 [EMAIL PROTECTED]
DistribuTopia http://www.distributopia.com

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to