This documentation is archived and is not being maintained.
SessionStateSection::StateNetworkTimeout Property
Visual Studio 2010
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)
[TypeConverterAttribute(typeof(TimeSpanSecondsOrInfiniteConverter))] [ConfigurationPropertyAttribute(L"stateNetworkTimeout", DefaultValue = L"00:00:10")] 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 SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: