Re: Access to HttpSessions

2008-10-20 Thread Peter Stavrinides
. - Original Message - From: "Christoph Jäger" <[EMAIL PROTECTED]> To: "Tapestry Users" Sent: Sunday, 19 October, 2008 1:23:24 AM GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Access to HttpSessions Hi, I have a Tapestry5 application. On an administrator page, I

Re: Access to HttpSessions

2008-10-18 Thread Jecki
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 tha

Access to HttpSessions

2008-10-18 Thread Christoph Jäger
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 s