Condividi tramite


HttpSessionStateWrapper.IsNewSession Proprietà

Definizione

Ottiene un valore che indica se la sessione è stata creata durante la richiesta corrente.

public:
 virtual property bool IsNewSession { bool get(); };
public override bool IsNewSession { get; }
member this.IsNewSession : bool
Public Overrides ReadOnly Property IsNewSession As Boolean

Valore della proprietà

Boolean

true se la sessione è stata creata durante la richiesta corrente. In caso contrario, false.

Si applica a