The login page in my web-based app. executes Session.Contents.RemoveAll() and Session.Abandon prior to displaying the login screen to make sure any session variables set by a prior user are completely wiped out before logging the new user in. However, the Session_OnStart event has already fired, and...