HttpSessionStateWrapper.SessionID 属性
定义
获取会话的唯一标识符。Gets the unique identifier for the session.
public:
virtual property System::String ^ SessionID { System::String ^ get(); };
public override string SessionID { get; }
member this.SessionID : string
Public Overrides ReadOnly Property SessionID As String
属性值
会话的唯一标识符。The unique session identifier.