HttpSessionStateContainer.Abandon Method

Definition

Marks the current session as abandoned.

public:
 virtual void Abandon();
public void Abandon ();
abstract member Abandon : unit -> unit
override this.Abandon : unit -> unit
Public Sub Abandon ()

Implements

Remarks

The Abandon method of the HttpSessionStateContainer marks the IsAbandoned property as true. A custom session module can then query the IsAbandoned property and remove the session information if the IsAbandoned property is true.

Applies to

See also