i4w_session_set
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.
[ELSE_session_set] conditional branching is NOT supported.
Shortcode nesting is NOT supported.
Parameters
| Parameter | Description | Default | Required |
|---|---|---|---|
| variable name=value | The session variable that you wish to define and the corresponding value that should be assigned to it. | None | Yes |
Example
Shortcode
[i4w_session_set myVariable='12345']