Sets a cookie in the HTTP response.
{% set_cookie cookie_name cookie_value attributes %}
attributes
There are a small number of reserved and forbidden cookie names, the most prominent being "_mp_permissions" - the name of the cookie used by Marketpath for handling permissions. You must use the {% set_client_permission %} and {% unset_client_permission %} methods to manage permissions instead of manipulating the permissions cookie directly.
{% set_title %}
{% set_description %}
{% set_session %}
{% set_timezone %}
{% set_content_type %}
{% set_robots %}
{% set_client %}
{% set_favicon %}
{% set_profile_setting %}
{% set %}
{% set_header %}
{% set_client_permission %}
{% set_dictionary %}
{% unset_cookie %}
{% set_canonical_url %}
{% set_response_code %}
{% set_profile %}
How to use the set_cookie method
CopySet a cookie that expires in 20 minutes
Set a cookie with a reference variable
Set a cookie with a custom statistics string