Hello > What worries me is people who will bookmark the login screen, I would like to > be able to check if they have an existing session and if so then forward them > to the next .jsp (the main menu). Unfortunately the login screen is a .jsp so > it automatically creates a new session if there is not already one in > existence. Is there any way to stop it doing this?
Set the 'session' page directive to false: <[EMAIL PROTECTED] session="false" %> Regards Harry Mantheakis London, UK > Hello, > > I have recently moved my web-app to Form-based container managed logins. > > I like very much the side effect that this has which is that if you go off to > another site and come back you are not given the login screen again. > > What worries me is people who will bookmark the login screen, I would like to > be able to check if they have an existing session and if so then forward them > to the next .jsp (the main menu). Unfortunately the login screen is a .jsp so > it automatically creates a new session if there is not already one in > existence. Is there any way to stop it doing this? > > My thanks in advance as ever, > > Andoni. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
