Gets cookies from the Convertigo context.

This statement gets cookies from the Convertigo context and sets the value in a variable.
The value can be a string or an array of strings, depending on Separator property value.

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.
Is active boolean standard Defines whether the statement is active.
Separator String standard Defines the separator between cookies (empty for an array).
This property allows to get a string concatenating all cookies with a separator. When no character is defined, the cookies are retrieved as an array of strings.
Variable String standard Defines the variable in which the cookies will be retrieved.
This variable can be a string or an array of strings, depending on Separator property value.