Cannot print business data into gxlog_framework.txt during error handling

Product/components used and version/fix level:

ApplinX 10.11.1033

Detailed explanation of the problem:

In our setup, ApplinX sessions are initiated by a technical user, followed by business users who sign into the application through our proprietary security framework.

One issue we’ve encountered is our inability to update gx content using business user details, thereby resulting in the business username not being reflected as ‘Host User Name’ in the ApplinX Administrator.
As a workaround, we developed a custom application that logs sign in/out activities into gxlog_framework.txt.
Although this functions well for sign in/out operations, it encounters issues when the HttpSession (where the data is stored) is invalidated in gx_onLoad in error class due to an error.
Such invalidation also happens in the gx_handleSessionError method within the GXBasicContext class. We store the business username in the HTTP session using gx_postConnect method of UserFrameworkEvents class.

Is there any way to transmit the collected during the session data to the above mentioned error handling methods ?

Error messages / full error message screenshot / log file:

Business data are printed as null

Question related to a free trial, or to a production (customer) instance?

licensed for WEB

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.