HttpSessionStateWrapper.RemoveAll Method

Definition

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

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

Remarks

This method performs the same function as the Clear method.

Applies to