I'm looking to write a user and session tracking tool.
What I'm trying to do is create a page that lets me see which users are logged in and what session data is being used by that user.
Is this possible? Or do I need to write a custom session provider?