Usage:
This shortcode is used to retrieve the value held in a server-side session variable. The session variable will have to have been previously set either programmatically through your own script or through the [i4w_session_set] shortcode.
This shortcode does NOT supports conditional branching with [ELSE_getsession].
Shortcode nesting is NOT supported.
Parameters:
var | The session variable that you wish to display in place of the shortocde. Default: none. Required: yes. |
Example:
[i4w_getsession var=’myVAR’ ]
API:
There is no API function equivalent for this shortcode.