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
Dear,
Does ThingWorx or Extension’s Development support to call/ use session, cookie, viewState, SessionStorage, LocalStorage?
If it could, how to do it?
Thanks a lot.
Solved! Go to Solution.
@Calla, From platform side, you can make use of session variables by adding properties in 'GlobalSessionProperties' ThingShape. These properties will appear in the right panel of Mashup window. And from here, you can use/store session data. Is this the one that you are looking for?
-Giri
Hi Calla,
Not OOTB, but you can build your own Client Side extensions which uses it.
Carles.
@Calla, From platform side, you can make use of session variables by adding properties in 'GlobalSessionProperties' ThingShape. These properties will appear in the right panel of Mashup window. And from here, you can use/store session data. Is this the one that you are looking for?
-Giri
Thank you.