Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. 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.