You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Andrew Thorburn <nz...@gmail.com> on 2008/07/23 05:03:15 UTC

Accessing all session data?

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).