These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

Time out session

How can I extend the time before the logon times out, what is the default time set at ?
Michael 6/19/2008 10:06 AM
The default value for session timeout is 20 minutes and you can change this setting in web.config:

<sessionState mode="InProc" timeout="30" />

You should set timeout value in minutes.
Cem Alacayir 6/25/2008 6:16 AM