Try OpenEdge Now
Developing WebSpeed Applications
WebSpeed API Reference
:
get-config
get-config
This function returns the value of the specified configuration option for the WebSpeed service under which the agent is running.
Location
web\objects\web-util.p
Parameters
INPUT cVarName AS CHARACTER
The name of the configuration option from the
ubroker.WS
section of the
ubroker.properties
file.
Returns
CHARACTER
Notes
None
Examples
cfg-cookiepath = get-config("defaultCookiePath":U)