I'm currently looking to build a list of all users currently logged in to the system, and for that it seems that I need to be able to access the session data so I can iterate through it, and grab the user ids from the sessions that are still active. So yeah, accessing *all* session data instances - possible?
How can I do this in Geronimo? Using Geronimo 2.1.1 and Struts 1.2.4 (among other things).
