Please help me create a list of all active sessions?

  • Thread starter Thread starter Christina N
  • Start date Start date
C

Christina N

Can anyone give me a code example of how to use a global array to keep track
of
all active sessions (their sessionid, logontime, etc)?

I need a code example, not a prosa description of what to do..
Anyone..?


Best regards,
Christina
 
Christina,

what you need to do is create a Singleton which has a internal collection or
an arraylist.
on session start. look up the user info you require and populate the
arraylist.

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
 
Back
Top