Session variable
For practically every procedure in Intrexx that is performed by a user or technical user, a login generates session objects on the server.
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.