Besides calling the Session's Abandon method or Remove method over and over again until the Session is empty; or letting the session timeout to expire, what else can cause a Session object to be emptied of its contents?
I'm working with a .NET 2.0 app.
Go to the complete details ...