Back to product page

Item property


References specific session variable in the collection.

Type

WebSession object

Syntax

  • Basic
object.Item (Index)
The Item(object,Index) syntax has these parts:
objectAn expression evaluating to an object of type WebSessions
IndexVariant.

Remarks

Item property will return reference to specific session variable object. For example, it can be used like this
 
User.SessionVars("MyCount") = 5
 

this "short way" of accessing session variables is allowed.

Platforms

Windows