RE: Log out Screen

2002-08-29 Thread Mike Jackson
If the session expires aren't they already logged out? You don't have any state for them saved at that point. It'd make more sense (to me at least) to redirect at that point to a login page. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Ravindra K. Bhat

RE: Log out Screen

2002-08-29 Thread Ravindra K. Bhat
how do you reset the logout time and redirect to the login page? ravi -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Log out Screen

2002-08-29 Thread Dan Lipofsky
Set the timeout in web.xml inside the web-app tags like this session-config session-timeout 720 !-- 720 minutes = 12 hrs -- /session-timeout /session-config To check for the timeout, store something in the session when they log in, like this

RE: Log out Screen

2002-08-29 Thread Mike Jackson
, August 29, 2002 9:48 AM To: Tomcat Users List Subject: Re: Log out Screen Set the timeout in web.xml inside the web-app tags like this session-config session-timeout 720 !-- 720 minutes = 12 hrs -- /session-timeout /session-config To check for the timeout, store

RE: Log out Screen

2002-08-29 Thread Srinadh Karumuri
know that it's been redirected. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Dan Lipofsky [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 9:48 AM To: Tomcat Users List Subject: Re: Log out Screen Set the timeout in web.xml inside the web

RE: Log out Screen

2002-08-29 Thread Srinadh Karumuri
] -Original Message- From: Dan Lipofsky [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 9:48 AM To: Tomcat Users List Subject: Re: Log out Screen Set the timeout in web.xml inside the web-app tags like this session-config session-timeout 720 !-- 720

RE: Log out Screen

2002-08-29 Thread Mike Jackson
] -Original Message- From: Srinadh Karumuri [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 10:35 AM To: Tomcat Users List Subject: RE: Log out Screen This redirection works only when user submits a form (when server is hit). We cannot do automatic redirection using only Java. Other

RE: Log out Screen

2002-08-29 Thread Justin Ruthenbeck
:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 10:35 AM To: Tomcat Users List Subject: RE: Log out Screen This redirection works only when user submits a form (when server is hit). We cannot do automatic redirection using only Java. Other alternatives are: 1. Use Javascript

RE: Log out Screen

2002-08-29 Thread Srinadh Karumuri
that they are valid when the pages that are secured are being accessed. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Srinadh Karumuri [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 10:35 AM To: Tomcat Users List Subject: RE: Log out Screen

Re: Log out Screen

2002-08-29 Thread Dan Lipofsky
In most cases, this is true ... but I think everyone can agree that there is nothing more frustrating than filling out some web-based form with lots of information (takes a long time to complete), attempting to submit, running into a session timeout, and not being able to get back to the

RE: Log out Screen

2002-08-29 Thread Mike Jackson
jackson [EMAIL PROTECTED] -Original Message- From: Justin Ruthenbeck [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 11:05 AM To: Tomcat Users List Subject: RE: Log out Screen In most cases, this is true ... but I think everyone can agree that there is nothing more