Back to product page

WeOnlyDo.Server.WebSessionVars


Holds all methods and properties for handling session variables.


Properties
CountReturns total number of session variables in the collection.
IDHolds session ID user for enumeration.
ItemGets the element at the specified index.
Methods
ContainsDetermines whether the collection contains a specific value.
IndexOfDetermines the index of a specific item in the collection.
RemoveRemoves session variable from the collection.
RemoveAtRemoves the session variable element at the specified index.
UpdateUpdates value of existing item in WebSessionVars collection.
AddAdds new session variable to the collection.
ClearRemoves all session variables from the collection.

Platforms

Windows