Re: Detecting Session Timeout in Tomcat

2005-10-19 Thread Paul Singleton
Brian Blount wrote: 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.isRequestedSessionIdFromC

Re: Detecting Session Timeout in Tomcat

2005-10-14 Thread Wade Chandler
ad success using > this > > method, but don't > > know if that will work for your scenario...HTH > > > > ----- Original Message - > > From: "Brian Blount" > > To: users@tomcat.apache.org > > Subject: Detecting Session Timeout in To

Re: Detecting Session Timeout in Tomcat

2005-10-14 Thread Brian Blount
-- > From: "Brian Blount" > To: users@tomcat.apache.org > Subject: Detecting Session Timeout in Tomcat > Date: Fri, 14 Oct 2005 07:55:13 -0700 (PDT) > > > Hello, > > I need to be able to distinguish between a session > timeout vs the first ti

RE: Detecting Session Timeout in Tomcat

2005-10-14 Thread LORESERVO.COM
PLEASE DONT SEND THIS MAIL TO ME PLEASE. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Enviado el: Viernes, 14 de Octubre de 2005 10:10 a.m. Para: Tomcat Users List Asunto: Re: Detecting Session Timeout in Tomcat Why not implement the

Re: Detecting Session Timeout in Tomcat

2005-10-14 Thread rob
Subject: Detecting Session Timeout in Tomcat Date: Fri, 14 Oct 2005 07:55:13 -0700 (PDT) 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 t

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