SessionStateSection::StateNetworkTimeout Property
Gets or sets the amount of time the network connection between the Web server and the state server can remain idle.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute(L"stateNetworkTimeout", DefaultValue = L"00:00:10")] [TypeConverterAttribute(typeof(TimeSpanSecondsOrInfiniteConverter))] public: property TimeSpan StateNetworkTimeout { TimeSpan get (); void set (TimeSpan value); }
Property Value
Type: System::TimeSpanThe time, in seconds, that the network connection between the Web server and the state server can remain idle before the session is abandoned. The default value is 10 seconds.
This sessionStateSection attribute is required when the Mode property is set to StateServer.
The following code example demonstrates how to get the StateNetworkTimeout property. Refer to the code example in the SessionStateSection class topic to learn how to access the SessionStateSection object.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.