WEB_APPLICATION_HTTP_COOKIES_COMPONENT

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.

Syntax

<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>

Syntax notes

  1. compId is the unique identifier for this component (required).

Child elements

The WEB_APPLICATION_HTTP_COOKIES_COMPONENT element may contain the following child elements:

  1. Zero or one HTTP_COOKIE elements.

Parent elements

This element is a child of one of the COMPONENT_LIST element.