The APPLICATION_SERVER element / The COMPONENT_LIST element |
This element defines persistent session variables or constants.
The WEB_APPLICATION_HTTP_COOKIES_COMPONENT element defines persistent session variables or constants. It takes an Id attribute, which specifies the unique identifier for this component. It is this unique identifier that is referenced by an application configuration.
<WEB_APPLICATION_HTTP_COOKIES_COMPONENT Id="compId"> <HTTP_COOKIE Id="cid" [Expires="endTime" | Domain="mydomain" | Secure="TRUE|FALSE" | HttpOnly=""]> <VARIABLE Id="varId">val</VARIABLE> [...] <CONSTANT Id="cstId">cst</CONSTANT> [...] <HTTP_COOKIE> [...] </WEB_APPLICATION_PICTURE_COMPONENT>
compId is the unique identifier for this component (required).
The WEB_APPLICATION_HTTP_COOKIES_COMPONENT element may contain the following child elements:
Zero or one HTTP_COOKIE elements.