Specify the Names of the Environment Variables to be Passed
You specify the names of the environment variables that you want to pass to the external application in an XML file.
The root element in this XML file is CRNenv
. The CRNenv
element contains an element for each of the types of environment variables:
The
cookies
element specifies the cookie variables.The
cc_state
element specifies the portal state variables.The
user_pref
element specifies the user preferences variables.The
cm
element specifies the user property variables.The
url
element specifies allowable URLs, with pattern matching support through the "is-regex" attribute.
For more information, see Types of Environment Variables.