Re: Detecting Session Timeout in Tomcat

2005-10-14 Thread Brian Blount
login page). --- [EMAIL PROTECTED] wrote: > Why not implement the HttpSessionListener and handle > session timeouts > from that perspective? I've had success using this > method, but don't > know if that will work for your scenario...HTH > > - Original Message ---

Detecting Session Timeout in Tomcat

2005-10-14 Thread Brian Blount
Hello, I need to be able to distinguish between a session timeout vs the first time someone accesses my web application. Within a single web application, I've been able to use the following logic: (request.isRequestedSessionIdValid() == false && (request.isRequestedSessionIdFromCookie() || re