About Download Help Library Script Library Forum Links







Application Web Session Var

MonkeyTerm Object Model

Object: SessionCollection

Holds a collection of sessions. Each session can be found with a number as index or the name of the session.
Examples: application.sessions(1) and application.sessions("astro")

 Property Count() As Long
 Function GetIndex(Index As Variant) As Long
 Property Item(Index As Variant) As Session
 Sub Remove(Index As Variant)