$session.get

Returns the value of the named variable of the current session ID.
Syntax
    $session{get}
    $session.get
DocumentationReturns the value of the named variable of the current session ID. Get, a flag to indicate that the value of the named variable is requested. variable_name, the name of the variable whos value is requested. default_value, a optional parameter used as a return value in case the named variable does not exust. :

    Paramter:
      1 - get 2 - variable name 3 - optionally default value
    Returns:
      The value of the named session variable. If the variable name does not exist, the default value will be returned
    Throws:
      java.lang.IllegalArgumentException if the named variable does not exist and no default return value specified.
Examples
GroupNet
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_ADVANCED
Minimum parameters1
Maximum parameters 2