[jboss-user] [JBoss Portal] - Re: how to logout? - problem with setWantSignOut

adamzrk do-not-reply at jboss.com
Tue Sep 19 08:52:14 EDT 2006


Maybe some code will be helpfull:

  | JBossActionResponse actionResponse = (JBossActionResponse) response;
  | 		actionResponse.signOut();
  | 
  | 		JBossActionRequest actionRequest = (JBossActionRequest) request;
  | 		actionRequest.getPortletSession().invalidate();
  | 		request.getPortletSession().invalidate();
  | 		actionResponse.sendRedirect(url);
  | 
  | 

This code doesn't work.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972561#3972561

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972561



More information about the jboss-user mailing list