Dont be lazy ;-) * Write an application scoped bean with a Set that contains something identifying the user (session, user id etc). *Add a method that queues the id for destruction. *Add a boolean method that checks if the set contains() id. *Add a page action that uses the boolean method and logs out if it returns true. *Add cleanup.
As I said, there might be better ways. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123447#4123447 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123447 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
