This documentation is archived and is not being maintained.
HttpContextWrapper::SetSessionStateBehavior Method
Visual Studio 2010
Sets the type of session state behavior that is required in order to support an HTTP request.
Assembly: System.Web (in System.Web.dll)
public: virtual void SetSessionStateBehavior( SessionStateBehavior sessionStateBehavior ) override
Parameters
- sessionStateBehavior
- Type: System.Web.SessionState::SessionStateBehavior
One of the enumeration values that specifies what type of session state behavior is required.
The SetSessionStateBehavior method overrides the base SetSessionStateBehavior method. To implement the base method, the SetSessionStateBehavior method calls the SetSessionStateBehavior method of the HttpContext class and passes the sessionStateBehavior setting.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, 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: