CURRENT-REQUEST-INFO attribute
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
An object reference to a Progress.Lang.OERequestInfo class that provides information about the current
client request sent to and executing on an application server session.
Data type: Progress.Lang.OERequestInfo class
Access: Read-only
Applies to: SESSION system handle
The following application server code fragment retrieves the client context identifier (CCID) that has been sent with a current request from an application server client:
|
The bold code in the following fragment assigns a copy of the client principal in the current session:
|
See also
GetClientPrincipal( ) method (Progress.Lang.OERequestInfo), CURRENT-RESPONSE-INFO attribute, LOCAL-VERSION-INFO attribute, REQUEST-INFO attribute, RESPONSE-INFO attribute, SetClientPrincipal( ) method