Is there a way that in a web page within the asp.net web application, show all the active sessions and the time remaining before log out? I also want to be able to manipulate these sessions (force time out, extend time out etc) from one centralised location.The session is in proc.
Or in other words, is there a class that exposes all the sessions within the application?