You can use a session listener for this: http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/http/HttpSessionListener .html
You register it in your web.xml file. -----Original Message----- From: Oscar Picasso [mailto:[EMAIL PROTECTED] Sent: Thursday, May 04, 2006 8:15 AM To: Tapestry users Subject: List of logged users Hi, I am looking for advises on how to implement a use case that is, think, quite common. In my application users can log in. They can also loggout either explicitly or because of session timeout. In one part of my application I want to display the total number of logged users and a list of each of these users. My main problem is how to remove an user from the list when he is logged out implicitly by a session timeout. How would you solve this ? Thanks --------------------------------- How low will we go? Check out Yahoo! Messenger's low PC-to-Phone call rates. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]