SessionGetVariable(str_session_name, str_var_name);
str_session_namestr_var_name$var_string = sessiongetvariable("My_session", "My_var");If the variable My_var has the value 12345, the variable var_string will be assigned the string value 12345.
| OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |