In ASP.NET ,Will session variables exist when Application_Error method being called from global.asax ?Can i access values of my session variables there ?
views:
38answers:
1
+1
Q:
ASP.NET:,Will session variables exist when Application_Error method being called from global.asax ?
+1
A:
I think it depends on whether or not the error occurs before or after the AcquireRequestState event is raised. This is the point in which the Session can be identified for a given request.
lance
2010-01-25 21:40:58