[jboss-user] [JBoss Seam] - Re: Closing User Session

nickarls do-not-reply at jboss.com
Fri Jan 25 07:57:47 EST 2008


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



More information about the jboss-user mailing list