You can try to create an HttpSessionListener (http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpSessionListener.html) and upon creation of the HttpSession instance you can store inside a 'registry' (can be in the servlet context) and then later on you can get the session from that registry.
Regards, Jecki On Sun, Oct 19, 2008 at 6:23 AM, Christoph Jäger <[EMAIL PROTECTED]> wrote: > Hi, > > I have a Tapestry5 application. On an administrator page, I want to show all > active sessions (people have to log in to use the application), and make it > possible to terminate sessions / view user details and session details > (login time, idle time, ...). How can I get access to these sessions? I know > how to get my own session, but I can not find how to get a list of all > sessions. > > Thanks, > > Christoph --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]