Click or drag to resize
IContextSession Methods

The IContextSession type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears all keys in the current session
Public methodExists
If key exists returns true, otherwise false
Public methodGetKeys
Returns list of sessions` key
Public methodGetValue
Retrieves a value of a key
Public methodRemove
Removes a session using key
Top
See Also