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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...