IHttpSessionState::RemoveAt Method (Int32)
.NET Framework (current version)
Deletes an item at a specified index from the session-state item collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System::Int32
The index of the item to remove from the session-state collection.
The following code example implements the RemoveAt method of the IHttpSessionState interface to delete a session-state item from the internal session-state item collection by numerical index.
.NET Framework
Available since 2.0
Available since 2.0
Show: