Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Please help me create a list of all active sessions?

Reply
Thread Tools

Please help me create a list of all active sessions?

 
 
Christina N
Guest
Posts: n/a
 
      09-15-2004
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


 
Reply With Quote
 
 
 
 
Hermit Dave
Guest
Posts: n/a
 
      09-15-2004
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)
"Christina N" <> wrote in message
news:...
> 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
>
>



 
Reply With Quote
 
 
 
 
Christina N
Guest
Posts: n/a
 
      09-15-2004
Yes, but HOW do I do that? I need a code example.
Can you help me?


Christina



"Hermit Dave" <> wrote in message
news:...
> 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)
> "Christina N" <> wrote in message
> news:...
> > 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
> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Obtaining a list of all active sessions within a Servlet container. theog Java 2 04-14-2008 06:54 PM
ASA 5520 Active/Active Conguration Example UBEST Cisco 5 03-24-2008 05:13 PM
Rolling upgrade of Active-active cluster for SQL server 2000 =?Utf-8?B?U3VzaGls?= MCSE 1 02-16-2006 05:57 AM
Thunderbird filters "active" but not "active" =?ISO-8859-2?Q?Rafa=B3_=A3o=BFy=F1ski?= Firefox 5 05-18-2005 07:27 AM
please help... ...me learn C++ please please please :) KK C++ 2 10-14-2003 02:08 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57