SqlConnection.ConnectionTimeout - 15 sec
- Gets the time to wait while trying to establish a connection before terminating the attempt.
SqlCommand.CommandTimeout - 30 seconds
- Gets or sets the wait time before terminating the attempt to execute a command
Session Timeout - 20 mins
<system.web>
<SessionState timeout=”10”></SessionState>
Cookies per Domain - 20 - 1KB
No comments:
Post a Comment