cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

How to set and get data from session?

bgupta-2
9-Granite

How to set and get data from session?

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);

1 REPLY 1
posipova
20-Turquoise
(To:bgupta-2)

Please refer to the following article on Understanding Session Variables  Article Viewer | PTC

Top Tags