I have a Session object in my asp.net application that I set to userID. The session object receives an instance in gloal.asax. The value is set to the button_click event when the user subscribes and is authenticated.
However, somewhere in my application, the session is set to Empty. How to determine where and how a session object is disconnected?
source share