次の方法で共有


SessionStateSection.SessionIDManagerType プロパティ

定義

セッション 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 の生成と管理をオーバーライドします。 既定値は空の文字列 ("") です。

適用対象