ISession Interface |
Namespace: CMS.Base
public interface ISession
The ISession type exposes the following members.
Name | Description | |
---|---|---|
IsReadOnly |
Indicates whether the session is read-only or not.
| |
Item |
Gets or sets a session value by using the specified name.
| |
Keys |
Gets a collection of the keys for all values that are stored in the session-state collection.
| |
SessionID |
Gets the unique identifier for the session.
| |
Timeout |
Gets or sets the time, in minutes, that can elapse between requests before the session-state provider ends the session.
|
Name | Description | |
---|---|---|
Abandon |
Cancels the current session.
| |
Clear |
Removes all keys and values from the session-state collection.
| |
Remove |
Deletes an item from the session-state collection.
|