SessionManage Members
The SessionManage type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|   | AbandonSessions | 
   Abandons the sessions.
    | 
|   | Add | 
   Adds the specified key.
    | 
|   | AddItem<(Of <<'(T>)>>) | 
   Adds the item.
    | 
|   | DoesKeyExist | 
   Doeses the key exist.
    | 
|   | Equals(System.Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|   | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|   | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|   | GetIntValue | 
   Gets the int value.
    | 
|   | GetItem<(Of <<'(T>)>>) | 
   Gets the item.
    | 
|   | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|   | GetValue | 
   Gets the value.
    | 
|   | IsNull | 
   Determines whether the specified key is null.
    | 
|   | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|   | Remove(String) | 
   Removes the specified key.
    | 
|   | Remove(Int32) | 
   Removes the specified index.
    | 
|   | RemoveAll | 
   Removes all.
    | 
|   | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
Properties
| Name | Description | |
|---|---|---|
|   | Count | 
   Gets the count.
    | 
|   | HasAnySessions | 
   Gets a value indicating whether this instance has any sessions.
    | 
|   | SessionId | 
   Gets the session identifier.
    |