Hi,
I was wondering if it is possible to make an asp page where i get an overview of all the sessionids with its sessionvariables.
Is there an object that I can use to do this ?
Example:
- I have two sessionvariables: Session("var1" and Session("var2".
- Three people are logged onto my website.
- the page would look something like this:
SessionID Session("var1" Session("var2"
User1SessionID User1var1 User1var2
User2SessionID User2var1 User2var2
User3SessionID User3var1 User3var2
I haven't read anything about this possibilty, so it is probably just wishful thinking of me.
Thx for clearing this out for me.
I was wondering if it is possible to make an asp page where i get an overview of all the sessionids with its sessionvariables.
Is there an object that I can use to do this ?
Example:
- I have two sessionvariables: Session("var1" and Session("var2".
- Three people are logged onto my website.
- the page would look something like this:
SessionID Session("var1" Session("var2"
User1SessionID User1var1 User1var2
User2SessionID User2var1 User2var2
User3SessionID User3var1 User3var2
I haven't read anything about this possibilty, so it is probably just wishful thinking of me.
Thx for clearing this out for me.