Usage:

This shortcode is used to set a client-side cookie variable with a given value. This cookie will then be remembered during the subscriber’s session on your membership site for the next 3600 seconds (1 hour).

This shortcode does NOT support conditional branching with [ELSE_cookie_set].
Shortcode nesting is NOT supported.

Parameters:

name=value The cookie variable that you wish to define and the corresponding value that should be assigned to it.
Default: none.
Required: yes.

Example:

This sets the cookie variable ‘name’ to a value of 12345

[mbr_cookie_set name='12345']

This sets the cookie variable ‘sky’ to a value of ‘blue’

[mbr_cookie_set sky='blue']

API:

There is currently no ActiveMember360 API function equivalent for this shortcode.