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
In Thingworx Using window.sessionStorage storage option is only possible on client side not on the server side ? If I try to store it via javascript code will it function? The service will be excuted on mashup load.
Solved! Go to Solution.
sessionStorage is client-side only.
For server side access you will have to use Session Parameters instead.
sessionStorage is client-side only.
For server side access you will have to use Session Parameters instead.
Hello @VN_10473408,
It looks like you have a response from a community member. If it helped you solve your question please mark the reply as the Accepted Solution.
Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.
Thanks,
Vivek N.
Community Moderation Team.