Results 1 to 3 of 3

Thread: ALL Sessions' info

  1. #1
    Guest
    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?

  2. #2
    Guest
    Hmmm...shall try that c.geek

    I think it would probibly only return that session's
    session variables tho

    Shall try it anyway.

  3. #3
    Hyperactive Member compuGEEK's Avatar
    Join Date
    May 1999
    Location
    Mpls,MN,USA
    Posts
    281
    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
  •  



Click Here to Expand Forum to Full Width