For session-managed applications, the _getRequestId() method returns a unique string identifying the request most recently run on any thread.

For session-free applications, the _getRequestId() method returns a unique string identifying the request most recently run on the current thread. The Request ID cannot be retrieved by another thread.

The following method throws a com.progress.open4gl.Open4GLException if the session is not available:

Syntax

public String _getRequestId()