QX_SESSION_ID

 

Holds the identifier on the current interaction session.

 

Usage and examples:

 

Every interaction session gets its own unique identifier that is generated and sent from a server to a client. In the MDI mode, child applications have the same identifier as the parent container.

Interaction session identifier becomes the value on the QX_SESSION_ID environment variable.

 

QX_SESSION_ID belongs to the group of environment variables that are used for retrieving information but not for configuring Lycia.

Thus, it is determined automatically - taken from the settings of the client system.

 

You can retrieve the value of QX_SESSION_ID by fgl_getproperty() or fgl_getenv():

 

DISPLAY fgl_getproperty("system.environment", "QX_SESSION_ID") TO f1

 

DISPLAY fgl_getenv("QX_SESSION_ID")

 

 

To retrieve full information about the interaction session, you can retrieve these environment variables - QX_SERVER_HOST, QX_SERVER_IP, QX_CLIENT_HOST, QX_CLIENT_IP, and QX_SESSION_ID:

 

 

 

Related articles:

QX_CLIENT_HOST

QX_CLIENT_IP

QX_SERVER_HOST

QX_SERVER_IP