Session variable
For virtually all operations in Intrexx performed by users or technical users, session objects are created on the server when a user logs in.
Variables can be created for these session objects. Their values can be accessed in any context where this session is used. The value exists from the time the variable is created until it is either modified, deleted, or the session ends.