Skip to main content

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

ParameterDescriptionDefaultRequired
variable name=valueThe session variable that you wish to define and the corresponding value that should be assigned to it.NoneYes

Example

Shortcode
[i4w_session_set myVariable='12345']