Connection ID
- Last Updated: August 13, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
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
|
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.