The solution I found to my app was to create a JavaBean with login() and logout() methods.
The login() is mapped using the <security:identity authenticate-method tag in components.xml The logout() is mapped using <event type="org.jboss.seam.preDestroyContext.SESSION" tag in components.xml If the user succesfull logins the system adds him to a application-scoped list. When the user logs out the system removes its information from this list. It has worked very well. I hope I've helped. Ricardo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026715#4026715 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026715 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
