SessionStateSection.SessionIDManagerType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指定会话 ID 管理器的完全限定类型。
public:
property System::String ^ SessionIDManagerType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("sessionIDManagerType", DefaultValue="")]
public string SessionIDManagerType { get; set; }
[<System.Configuration.ConfigurationProperty("sessionIDManagerType", DefaultValue="")>]
member this.SessionIDManagerType : string with get, set
Public Property SessionIDManagerType As String
属性值
会话 ID 管理器的完全限定类型。
- 属性
注解
替代 SessionIDManagerType 自定义会话 ID 管理方案的会话 ID 生成和管理。 默认值为空字符串 ("")。