setVar

Sets a value of a session variable.

Syntax

ui.Interface.frontCall("session", "setVar",
   [name,value], [result])

Usage

The setVar function sets a session variable to the value specified.

Setting a variable to an empty string is equivalent to deleting the variable.