$session.set

Creates a new variable within the current session ID.
Syntax
    $session{set}
    $session.set
DocumentationCreates a new variable within the current session ID. An already existing session variable with that name will rewritten with the new value. $session{set}{variable_name}{variable_value}

    Paramter:
      1 - set, a flag to indicate that a variable is to be created. 2 - variable_name, the name of the variable to be created. 3 - variable_value, the value of the variable to be created.
    Returns:
      Nothing
    Throws:
Examples
GroupNet
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_ADVANCED
Minimum parameters2
Maximum parameters 2