Remove all entries from the current session, if any. The session cookie is not removed.
public: void Clear();
public void Clear ();
abstract member Clear : unit -> unit
Public Sub Clear ()
Thank you.