ASPX working process recycled, what will lost?

  • Thread starter Thread starter Welman Jordan
  • Start date Start date
W

Welman Jordan

In process session states will lose.

So, will the Cache items get lost when aspnet_wp.exe is recycled?
And how about the Application variables?
 
if the aspnet_wp.exe is recycled....
all application related data is lost...
ie
Application object
Session object
and Cache object

HTH

Regards,

HD
 
Hermit Dave,
Thank you for your information.

So, will the OnUnload, OnInit, Onload event of the HttpApplication,
HttpSession get fired? Or will the application get any info when it is
being recycled?

W. Jordan
 
Back
Top