Click or drag to resize
ISession Properties

The ISession type exposes the following members.

Properties
  NameDescription
Public propertyIsReadOnly
Indicates whether the session is read-only or not.
Public propertyItem
Gets or sets a session value by using the specified name.
Public propertyKeys
Gets a collection of the keys for all values that are stored in the session-state collection.
Public propertySessionID
Gets the unique identifier for the session.
Public propertyTimeout
Gets or sets the time, in minutes, that can elapse between requests before the session-state provider ends the session.
Top
See Also