HttpSessionStateContainer::Remove Method (String^)
.NET Framework (current version)
Deletes an item from the session-state collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System::String^
The name of the item to delete from the session-state collection.
Implements
IHttpSessionState::Remove(String^)If the session-state collection does not contain an element with the specified name, the collection remains unchanged. No exception is thrown.
.NET Framework
Available since 2.0
Available since 2.0
Show: