We also use a "screensaver" but it does not use the login routines, instead it just verifies the user input against the username and password from the loggedin user. Also you can a check on the loginpage to determine if there is already a logged in user, if there is and it is the same username you can skip logging in again.
Maurice On Tue, Mar 25, 2008 at 5:41 PM, Warren <[EMAIL PROTECTED]> wrote: > How do you deal with the situation where a user uses the browser back button > and ends up on a login page and then trys to login again? In other words, > how do you allow a user to login more than once. I am also running into this > same situation when I manually throw a > RestartResponseAtInterceptPageException(Login.class) exception. > > I need a 5 minute screen saver type of time out and then the regular session > expired time out. The screen saver would require the user to login again and > the pick-up where they left off, but if a new user logged in it would > invalidate the previous users session and start the new user from the home > page. I wrote something that kind of works, but I keep running into little > problems with it. > > What would be the best way to do this? > > Thanks, > > Warren Bell > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
