SessionSetVariable(str_session_name, str_var_name, str_var_value);
str_session_namestr_var_namestr_var_value Specifies a value for a given variable in a given session. If the variable does not exist, it will be created.
1 0sessionsetvariable("My_Session", "My_var", "12345");
| OpenText StreamServe 5.6 | Updated: 2013-03-01 |