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)
[<ConfigurationPropertyAttribute("useHostingIdentity", DefaultValue = true)>] member UseHostingIdentity : bool with get, set
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: