Click or drag to resize

Session Methods

The Session type exposes the following members.

Methods
  NameDescription
Public methodAbandon
Abandons this session.
Public methodAdd
Adds the specified value to the session using the speficied name
Public methodGetSnapshot
Takes a snapshop of all values and keys currently in the session object, and returns a SnapShop object
Public methodRemove
Removes the item from session with the specified key
Public methodRemoveAll
Removes all keys and values from the Session object
Top
See Also