WeOnlyDo.Server.WebSessionVars
Holds all methods and properties for handling session variables.
| Properties | |
| | Count | Returns total number of session variables in the collection. | | ID | Holds session ID user for enumeration. | | Item | Gets the element at the specified index. |
|
| Methods | |
| | Contains | Determines whether the collection contains a specific value. | | IndexOf | Determines the index of a specific item in the collection. | | Remove | Removes session variable from the collection. | | RemoveAt | Removes the session variable element at the specified index. | | Update | Updates value of existing item in WebSessionVars collection. | | Add | Adds new session variable to the collection. | | Clear | Removes all session variables from the collection. |
|
Platforms
Windows