Resolve ASP session timeout value before session timeout value in IIS

kumkumsharma

Administrator
Staff member
Sometimes we are getting issue of session timeout before session timeout value. To resolve this issue we can enable 32 Bit applications from IIS.

You can follow below steps:
  • Login to your server
  • Click on IIS Manager.
  • Here you can find the particular application pool which is used by your website.
  • Right click on application pool and then click on “Advanced Settings”.
  • You will find 32 Bit applications option, you have to set it TRUE.
 
Top