HttpSessionState.IsNewSession Proprietà

Definizione

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

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

Valore della proprietà

Boolean

true se la sessione è stata creata con la richiesta corrente, altrimenti false.

Si applica a

Vedi anche