Session_End called multiple times in the middle of a session
Am I using Session_End incorrectly? In my application, I have a cache to speed up page loads, it works quite well. Recently, someone suggested to me that I was leaking memory by never emptying it out, and to implement a method on Session_End that will clear out any cache entries associated with that session id. Occasionally though I st...