5 Replies Latest reply on May 22, 2006 9:36 AM by gvl

    Possible to list all sessions currently active and then retr

    gvl

      I am trying to build an administration page. I would like to be able to view all sessions that are currently active for an application and then discover info for each one of them, such as the conversations running or attributes stored in them (for example user information).

      I guess with a HttpSessionListener I can keep track of the IDs of the active sessions but how could I then get the actual session object?

      --
      George