Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! 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.