HttpSessionStateContainer.RemoveAll Method

Definition

Clears all session-state values.

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

Implements

Remarks

RemoveAll performs the same function as Clear.

Applies to

See also