U
Urs
Hi
The HttpApplication class instance goes unexpected away. In Global.asax, I
checked the Appliaction_Load event and discovered, that this eventhandler is
called even when another user is still using the page. This only happens
when a user is redirected to the default page. Redirecting to any other page
does not create this problem.
From my understanding, HttpApplication should remain instantiated until the
last user left the site and session state has timed out.
What could cause this class instance go away?
Thanks for any hints. Urs.
The HttpApplication class instance goes unexpected away. In Global.asax, I
checked the Appliaction_Load event and discovered, that this eventhandler is
called even when another user is still using the page. This only happens
when a user is redirected to the default page. Redirecting to any other page
does not create this problem.
From my understanding, HttpApplication should remain instantiated until the
last user left the site and session state has timed out.
What could cause this class instance go away?
Thanks for any hints. Urs.