Netsilon occults the complexity of the management of the
sessions. A session is described by an internal business model sub class of
OclObject. Every session variables defined in the entry context of
executable web elements are attributes or links of the session class.
Session variables are elaborated when a session instance is created and
eventually deleted when the session instance is deleted. The session
instance is accessible through a variable named session in the entry
context of executable web elements. The purpose of this variable is to get
the object identifier of the session instance using the operation getOID().
Netsilon transmits in a transparent way the session from
pages to pages and supports the storage of session ids in URL or in cookie.