Prefix

The prefix for cookie tags is Cookie.

Example

{%%cookie.Username%%}

Description

Cookie variables are used to obtain the value of a cookie. {%%Cookie.Username%%} would produce the value of the Username cookie if it exists. Any cookie not found, will produece an empty string.