The _User-id is an authenticated user that is authorized to perform a database operation or application function. This User ID can also include the domain the user was authenticated by. Example: username@domain. This field is copied from the _client-session table.
The _Client-session deals with application logon and log off events. The _Client-session-uuid is a unique ID for the client login session. This is used to tie together all the audit data for a specific session. For OpenEdge AppServer sessions or connections that do not have a valid authenticated client session record in the _aud-client-session table, this field would refer to the UUID of the AppServer. This field is not used by either SETUSERID () or the -U and -P parameters. This field is indexed together with the database connection ID field, so to obtain the details for a specific session. Multiple client sessions could occur within a single connection. |