Adds cookie(s) in the Convertigo context.

This statement adds cookie(s) in the Convertigo context for them to be used between Convertigo and the remote website.
Several cookies can be added, each cookie must match the following format: “$Domain=<my.domain>;$Path=</the/path/>;$Secure=true|false;$Date=<expiry date>;myName=myValue”.

Property Type Category Description
Comment String standard Describes the object comment to include in the documentation report.
This property generally contains an explanation about the object.
Expression JS expression standard Defines the JavaScript expression evaluated to give the cookie(s).
This expression generates a string value (one cookie) or an array of string values (several cookies).
Each cookie must match the following format: “$Domain=<my.domain>;$Path=</the/path/>;$Secure=true|false;$Date=<expiry date>;myName=myValue”.
Is active boolean standard Defines whether the statement is active.