On Thu, 2011-10-20 at 07:08 -0700, Hassan Schroeder wrote:
> On Thu, Oct 20, 2011 at 6:51 AM, Alejandro Soto <smalejan...@gmail.com> wrote:
> > Hi my friends, I want to ask you all, If there is a way to control the timed
> > out of sessions with tomcat, what I need is when the session timed out,
> > automatically the user is redirected to the login page, Is this possible to
> > do that from tomcat?, I mean, tomcat triggers some event to the user with
> > session timed out, with no need user interaction.
> 
> No. That's not how the web works :-)
> 
> What you *can* do is put a meta-refresh tag in the head of each page
> (with the time set the same as your session timeout) that redirects to a
> protected resource, which will bring up the login page.
> 
> HTH,

oh. yes, meta-refresh would be better than a timer.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to