"behmen" wrote : i have tryed this already, calling a page action on the authentication page but i get only a message that the session has closed and i am not able to login
You can't simply call Identity.logout() in the page action for your login page, you need to write a new action that only calls Identity.logout() if you're already logged in. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125953#4125953 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125953 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
