CURRENT-RESPONSE-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 allows you to set the response to a
current request that an application server session returns to a client.
Data type: Progress.Lang.OERequestInfo class
Access: Readable/Writeable
Applies to: SESSION system handle
The following application server code fragment generates a unique value as a client context identifier (CCID) and assigns it as the value returned to an application server client in response to the current request:
|
The bold code in the following fragment sets the client principal returned to an application server client:
|
See also
GetClientPrincipal( ) method (Progress.Lang.OERequestInfo), CURRENT-REQUEST-INFO attribute, LOCAL-VERSION-INFO attribute, REQUEST-INFO attribute, RESPONSE-INFO attribute, SetClientPrincipal( ) method