System.Web.Configuration.SessionStateSection.StateNetworkTimeout Property

Gets or sets the amount of time the network connection between the Web server and the state server can remain idle.

Syntax

[System.Configuration.ConfigurationProperty("stateNetworkTimeout", DefaultValue="00:00:10")]
[System.ComponentModel.TypeConverter(typeof(System.Configuration.TimeSpanSecondsOrInfiniteConverter))]
public TimeSpan StateNetworkTimeout { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

This sessionStateSection attribute is required when the SessionStateSection.Mode property is set to System.Web.SessionState.SessionStateMode.StateServer.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0