Re: Wicket-Security Back Button and Login more than once

2008-03-26 Thread Maurice Marrink
ent: Tuesday, March 25, 2008 3:37 PM > > To: users@wicket.apache.org > > Subject: Re: Wicket-Security Back Button and Login more than once > > > > > > Logging off using WaspSession.logoff should by default invalidate the > > session which would erase the user

RE: Wicket-Security Back Button and Login more than once

2008-03-25 Thread Warren
Sent: Tuesday, March 25, 2008 3:37 PM > To: users@wicket.apache.org > Subject: Re: Wicket-Security Back Button and Login more than once > > > Logging off using WaspSession.logoff should by default invalidate the > session which would erase the user credentials of the ne

Re: Wicket-Security Back Button and Login more than once

2008-03-25 Thread Maurice Marrink
see any reason why I should not do this? > > > > -Original Message- > > From: Maurice Marrink [mailto:[EMAIL PROTECTED] > > > > Sent: Tuesday, March 25, 2008 2:19 PM > > To: users@wicket.apache.org > > Subject: Re: Wicket-Security Back Button and Lo

RE: Wicket-Security Back Button and Login more than once

2008-03-25 Thread Warren
arrink [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 25, 2008 2:19 PM > To: users@wicket.apache.org > Subject: Re: Wicket-Security Back Button and Login more than once > > > I checked to be sure :) > we check it in the constructor: > // prevent double logins > if (isUser

Re: Wicket-Security Back Button and Login more than once

2008-03-25 Thread Maurice Marrink
rch 25, 2008 1:24 PM > > To: users@wicket.apache.org > > Subject: Re: Wicket-Security Back Button and Login more than once > > > > > > Well, we do it by also keeping a reference to the user (not the > > subject that swarm uses) in the session. > > And we check

RE: Wicket-Security Back Button and Login more than once

2008-03-25 Thread Warren
ice Marrink [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 25, 2008 1:24 PM > To: users@wicket.apache.org > Subject: Re: Wicket-Security Back Button and Login more than once > > > Well, we do it by also keeping a reference to the user (not the > subject that swarm uses) in the se

Re: Wicket-Security Back Button and Login more than once

2008-03-25 Thread Maurice Marrink
ot;).setLoginContext(context); > ... > } > > How would you suggest figuring out if it is the same user or not? > > > > > > -Original Message- > > From: Maurice Marrink [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, March 25, 2008 1

RE: Wicket-Security Back Button and Login more than once

2008-03-25 Thread Warren
ser or not? > -Original Message- > From: Maurice Marrink [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 25, 2008 10:02 AM > To: users@wicket.apache.org > Subject: Re: Wicket-Security Back Button and Login more than once > > > We also use a "screensaver" but it does n

Re: Wicket-Security Back Button and Login more than once

2008-03-25 Thread Maurice Marrink
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