SessionStateSection::UseHostingIdentity Property

 

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.

Namespace:   System.Web.Configuration
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::Boolean

true if Web application should revert to hosting identity; otherwise, false. The default value is true.

.NET Framework
Available since 2.0
Return to top
Show: