FIX :: ASP SESSION TIMES OUT BEFORE SESSION TIMEOUT VALUE IN IIS

Problem Statement


Session times out before session timeout value


In many cases wherein, website/application sessions are timing out before the set session timeout value. We can easily resolve such issues by enabling 32 Bit applications option from IIS.


Solution

 

  1. Open IIS manager.
  2. Locate the application Pool used by the website/application in question.

    Application Pool Advanced Settings

  3. Right-click on the application pool name, Advanced Settings.
  4. Enable 32 Bit applications option to TRUE.
  • Dedicative server
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

AFTER SUCCESSFUL SSL CERTIFICATE INSTALLATION, IT DISAPPEARED FROM IIS SERVER CERTIFICATES

Suppose, you want to install SSL certificate on your domain, you've obtained the SSL certificate...

FIX :: .INC INCLUDE FILES NOT LOADING IN ASP .NET WEBSITE

Sometimes, your website doesn't load .inc files like the footer. inc of your ASP .net website....