I need to know because I have to explicitly close some remote resources that are tied to the user’s session.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I must disagree with Darin. I call a function in Session_End to record the end of the session. I have not tested this explicitly, but I looked in my logs for the last few times that the app pool recycled. The function got called and the end of the active sessions got logged.
This occurred both when the app pool recycled on a schedule, and when it recycled because I deployed some new dlls.