青松阳光

关注.NET平台及SharePoint产品
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Session Timeouts Causes and Remedies

Posted on 2009-05-23 18:13  青松阳光  阅读(170)  评论(0)    收藏  举报

Causes for Session Timeout could vary from-

  1. Modification in Machine.Config, Web.Config or Global.asax files
  2. Application's bin directory or its contents modified 
  3. Antivirus is running on the  .config /.aspx files
  4. The number of re-compilations (aspx, ascx or asax) exceeds the limit specified by the <compilation numRecompilesBeforeAppRestart=/> setting in machine.config or web.config  (by default this is set to 15) 
  5. The physical path of the virtual directory is modified 
  6. The CAS policy is modified
  7. Sub-Directories of Application are deleted or renamed

read more from here.