[jboss-user] [JBoss Portal] - how to logout? - problem with setWantSignOut
adamzrk
do-not-reply at jboss.com
Tue Sep 19 05:55:54 EDT 2006
Hi
I have portal, users ate logged in by jboss mechanisms. I want to log out user this way:
| JBossActionResponse actionResponse = (JBossActionResponse) response;
| actionResponse.signOut();
|
| //actionResponse.setWantSignOut(true);
| request.getPortletSession().invalidate();
|
I found that with setWantSignout(true) it will be ok. Without this it's not ok. My question is: how to invoke this method in action method?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972524#3972524
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972524
More information about the jboss-user
mailing list