The _getConnectionId() method is most often used to identify entries in application server log files.

For session-managed applications, the following method returns a string containing a unique identifier for this connection.

For session-free applications, the following method returns a string containing a unique identifier for the connection most recently used by the current thread:

Syntax

public String _getConnectionId()

The _getConnectionId() method throws a com.progress.open4gl.Open4GLException if the Application Service is not connected._getConnectionId()

The method is most often used to identify entries in application server log files.