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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to