IHttpSessionState Methods

  Name Description
Public method Abandon
Ends the current session.
Public method Add
Adds a new item to the session-state collection.
Public method Clear
Clears all values from the session-state item collection.
Public method CopyTo
Copies the collection of session-state item values to a one-dimensional array, starting at the specified index in the array.
Public method GetEnumerator
Returns an enumerator that can be used to read all the session-state item values in the current session.
Public method Remove
Deletes an item from the session-state item collection.
Public method RemoveAll
Clears all values from the session-state item collection.
Public method RemoveAt
Deletes an item at a specified index from the session-state item collection.
Top

Community Additions

ADD
Show: