This documentation is archived and is not being maintained.
HttpContextBase::SetSessionStateBehavior Method
Visual Studio 2010
When overridden in a derived class, sets the type of session state behavior that is required to support an HTTP request.
Assembly: System.Web (in System.Web.dll)
Parameters
- sessionStateBehavior
- Type: System.Web.SessionState::SessionStateBehavior
One of the enumeration values that specifies what type of session state behavior is required.
| Exception | Condition |
|---|---|
| NotImplementedException | A derived type fails to implement this method. |
The SetSessionStateBehavior method provides a base method that must be implemented by classes that inherit from this type. ASP.NET implements this method in the HttpContextWrapper and HttpContext classes.
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: