IHttpSessionState.RemoveAt Method
.NET Framework 3.0
Deletes an item at a specified index from the session-state item collection.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
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.
Community Additions
ADD
Show: