An object reference to a Progreses.Lang.OERequestInfo class that provides information about the current client request sent to and executing on an AppServer agent. This attribute only has meaning for a session running on an AppServer agent.
 Data type:
 Access:
 Applies to: The following AppServer code fragment retrieves the client context identifier (CCID) that has been sent with a current request from an AppServer client:
 DEFINE VARIABLE ccid AS CHARACTER NO-UNDO.ASSIGNccid = SESSION:CURRENT-REQUEST-INFO:ClientContextId.The bold code in the following fragment assigns a copy of the client principal in the current session:
| © 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |