HttpSessionStateContainer.IsAbandoned Property

Definition

Gets a value indicating whether the current session has been abandoned.

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

Property Value

true if the current session has been abandoned; otherwise, false.

Applies to

See also