i4w_cookie_set

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 supports conditional branching with [ELSE_cookie_set].

Shortcode nesting is NOT supported.

Parameters:

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

Example:

[i4w_cookie_set myVariable=='12345']

API:

There is no API function equivalent for this shortcode.