In my web app, I check the session variable in each servlet and redirect to my login servlet if the sesssion is null. I use a helper method in my servlet baseclass. If you want to see it in action, try http:www.epixography.com/light/Start The session timeout is 30 minutes, so be prepared to wait!
David Raphael Di Cicco wrote: >Hi, > >I have had this problem for a long time. This may not be very difficult but >still. > >I have a timeout on my server, let's say 10 minutes. After 10 minutes, all >session variables are destructed, so the user gets an exception message once >he tries to interact with the application. > >Is there anyway I can detect this so that I can warn the user ? > >Thanks, >Rapha�l > >-- >To unsubscribe: <mailto:[EMAIL PROTECTED]> >For additional commands: <mailto:[EMAIL PROTECTED]> >Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
