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