Client and Developer InterfacesJavaScriptSessionSession setVariableOn this pageSession setVariable About Set Variable on the specified channel. 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");