Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Dear Team,
How to set and get data from session?
As I am seeing it is
// result: INFOTABLE
var result = Resources["CurrentSessionInfo"].GetGlobalSessionValues();
var params = {
name: undefined /* STRING */,
value: undefined /* STRING */
};
// no return
Resources["CurrentSessionInfo"].SetGlobalSessionStringValue(params);
Please refer to the following article on Understanding Session Variables Article Viewer | PTC