|
-
Aug 3rd, 2000, 08:30 AM
#1
Just out of interest...
Say you've got 5 users logged in to a website. The server is holding info like username, password, email address etc for each user in session variables. (That's how the page knows if the person really is logged in or not)
Is there a way of viewing all the server variables for all the users? And seeing how long they session variables have left (till they expire etc). A kinda "Session Browser"...you know?
-
Aug 4th, 2000, 12:36 PM
#2
-
Aug 4th, 2000, 03:27 PM
#3
Hyperactive Member
Hmmm...I see......
You may want to try using:
Code:
session.StaticObjects
It's used to get the property's value
of an object.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|