Saves custom properties on the client that will survive across multiple sessions until they are changed, unset, or the "session" permission expires. Note that this doesn't mean much unless the user (or the developer) has granted permission for sessions.
{% set_client properties %}
{% set_title %}
{{ client }}
{% set_description %}
{% set_session %}
{% set_timezone %}
{% set_content_type %}
{% unset_client %}
{% unset_client_permission %}
{% set_robots %}
{% set_favicon %}
{% set_profile_setting %}
{% set %}
{% set_header %}
{% set_client_permission %}
{% set_dictionary %}
{% set_cookie %}
{{ client_permissions }}
{% set_canonical_url %}
{% set_response_code %}
{% set_profile %}
How to use the set_client method
CopySimple Use Case
Multiple Dynamic Values