Link to home
Start Free TrialLog in
Avatar of Russ Suter
Russ Suter

asked on

Peeking at Session Info

I am attempting to create a sort of master super user for my web application. One of the features of this super user is that he/she should be able to look at and edit other active users' session information. I already have the application set up so it stores every SessionID in an application-level variable so I can see all active session identifiers. Can I use this information to actually look inside and/or edit the session information for another user? If not, is there another method I can use to do this?
ASKER CERTIFIED SOLUTION
Avatar of wassa_r
wassa_r
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Then i read you're using .NET, disregard the part about session_id().