HttpSessionStateBase.Remove(String) Method

Definition

When overridden in a derived class, deletes an item from the session-state collection.

public:
 virtual void Remove(System::String ^ name);
public virtual void Remove (string name);
abstract member Remove : string -> unit
override this.Remove : string -> unit
Public Overridable Sub Remove (name As String)

Parameters

name
String

The name of the item to delete from the session-state collection.

Exceptions

Applies to