Home » Posts tagged "state"

Archive for the 'state' Tag

Increase session timeout

Increase session timeout web.config <configuration> <system.web> <sessionState timeout=”240″/> <!– increases session timeout from 20 minutes to 240 minutes, or 4 hours –> </system.web> </configuration> However, when increasing the user session timeout keep in mind the following: “The default is 10 minutes. Session.Timeout has no hard-coded limit. Most Web administrators set this property to 8 minutes. […]