Session variable
For practically all processes in Intrexx that are carried out by users or technical users, session objects are created on the server through a login.
Variables can be created for these sessions objects. The values of these can be accessed in every context where this session is in use. The value exists from the time the variable is created until it is either modified or deleted, or the session is logged out.