Causes for Session Timeout could vary from-
- Modification in Machine.Config, Web.Config or Global.asax files
- Application's bin directory or its contents modified
- Antivirus is running on the .config /.aspx files
- 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)
- The physical path of the virtual directory is modified
- The CAS policy is modified
- Sub-Directories of Application are deleted or renamed
read more from here.
浙公网安备 33010602011771号