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