You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Joe <hu...@yahoo.cn> on 2009/04/16 10:13:50 UTC

wicket integrate acegi

hi all
  I am currently working on a project ,I haved integrate Acegi in order to handle the 
security issues.The same time, with users allowed to log on only once.

I just ran into a situation where I logged into websites, I cleared my cookies and cache in Firefox which logged me out of websites, but when I went to log back in, it said I was still logged in. So there was no way for me to log back in until my session expired....
because my seesion time is a long time.so i want to  allow users to logout from the websites right now .do you know some method to fix it ?  thanks

joe



      ___________________________________________________________ 
  好玩贺卡等你发,邮箱贺卡全新上线! 
http://card.mail.cn.yahoo.com/

Re: wicket integrate acegi

Posted by Per Newgro <pe...@gmx.ch>.
Am i right that you log off by clearing cache and cookies? If you do it 
outside of the application i don't have any solution for this.
If you clear it inside the application (click on logout link) you could 
call the invalidate there.

Cheers
Per

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: wicket integrate acegi

Posted by Joe <hu...@yahoo.cn>.
thank per newgro 
    if you clean cache and cookie ,i don' t get the login user's session
do you have get the login user's session method?

joe

--- 09年4月16日,周四, Per Newgro <pe...@gmx.ch> 写道:
发件人: Per Newgro <pe...@gmx.ch>
主题: Re: wicket integrate   acegi
收件人: users@wicket.apache.org
日期: 2009,416,周四,4:19下午

You could invalidate your session on logout?
Session.get().invalidate();
Or do you have issues on that?

Cheers
Per

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org




      ___________________________________________________________ 
  好玩贺卡等你发,邮箱贺卡全新上线! 
http://card.mail.cn.yahoo.com/

Re: wicket integrate acegi

Posted by Per Newgro <pe...@gmx.ch>.
You could invalidate your session on logout?
Session.get().invalidate();
Or do you have issues on that?

Cheers
Per

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org