Connection ID
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The ConnectionId property is most often used
to identify entries in application server log files. This is a read-only
property.
For session-managed applications,
the ConnectionId property returns a string containing
a unique identifier for this connection.
For session-free
applications, the ConnectionId property returns
a string containing a unique identifier for the connection most recently
used by the current thread. For example:
|
The ConnectionId property returns
null if the Application Service is not connected.