Session setVariable
About
Set Variable on the specified channel.
Click here to expand Table of Contents
Synopsis
setVariable(variable, value)
- variable - string containing variable name
- value - string containing value to store in variable
Example
session.setVariable("TheVariableName", "This is the value");