Usage:
This shortcode is used to set a server-side session variable with a given value. This session variable will then be “remembered” during the subscriber’s session on your membership site.
This shortcode does NOT supports conditional branching with [ELSE_session_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_session_set myVariable=='12345']
API:
There is no API function equivalent for this shortcode.