Is there a way to view ongoing sessions in Visual studio while debugging a asp.net application?
And if there is, can you kill the sessions somehow?
I need this cause I need to check what, and how to fix, the problems that occurs when a session indeed has died and the user tries to do something that requires the specific session.