다음을 통해 공유


SessionStateSection.UseHostingIdentity 속성

정의

가능한 경우 세션 상태에 클라이언트 가장을 사용할지 또는 항상 호스팅 ID로 되돌릴지 지정하는 값을 가져오거나 설정합니다.

public:
 property bool UseHostingIdentity { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("useHostingIdentity", DefaultValue=true)]
public bool UseHostingIdentity { get; set; }
[<System.Configuration.ConfigurationProperty("useHostingIdentity", DefaultValue=true)>]
member this.UseHostingIdentity : bool with get, set
Public Property UseHostingIdentity As Boolean

속성 값

Boolean

웹 애플리케이션에서 호스팅 ID로 되돌려야 하면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

특성

적용 대상