Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! 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.