Hello All,
I would like to display all logged on users on a web
page. I store each user's name in a session varible, but
I don't seem to be able to loop through a sessions
collection to view all sessions. Has anyone else figured
this out?
Thanks in advance,
Vince
szabelin - 25 Aug 2003 21:20 GMT
you could store System.Collection.Hashtable object in the
Application (or Cache) instead of storing each individual
separately in Session
>-----Original Message-----
>Hello All,
[quoted text clipped - 8 lines]
>Vince
>.