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
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
--
> 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
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
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
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