HttpSessionState.RemoveAll Method

Definition

Removes all keys and values from the session-state collection.

public:
 void RemoveAll();
public void RemoveAll ();
member this.RemoveAll : unit -> unit
Public Sub RemoveAll ()

Remarks

RemoveAll performs the same function as Clear.

Applies to

See also