SessionStateSection::UseHostingIdentity Property
.NET Framework (current version)
Gets or sets a value specifying the whether the session state will use client impersonation when available, or will always revert to the hosting identity.
Assembly: System.Web (in System.Web.dll)
public: [ConfigurationPropertyAttribute("useHostingIdentity", DefaultValue = true)] property bool UseHostingIdentity { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if Web application should revert to hosting identity; otherwise, false. The default value is true.
.NET Framework
Available since 2.0
Available since 2.0
Show: