HttpSessionStateWrapper.IsCookieless 属性
定义
获取一个值,该值指示是否在 URL 中嵌入会话 ID。Gets a value that indicates whether the session ID is embedded in the URL.
public:
virtual property bool IsCookieless { bool get(); };
public override bool IsCookieless { get; }
member this.IsCookieless : bool
Public Overrides ReadOnly Property IsCookieless As Boolean
属性值
如果在 URL 中嵌入会话 ID,则为 true;否则为 false。true if the session ID is embedded in the URL; otherwise, false.