Answered
How to get session vars of another or any current user
We all should know that the syntax session.varname will get or set a session variable for the one user currently making the request.
But can we write a method to get the session structure for ANY given user, when provided with a valid identifier like sessionID?
Don't everybody all yell at once now.
