Page 1 of 1

Saving on local storage

PostPosted: Wed Dec 03, 2014 6:21 am
by aldin_1
Hi, how can I save some data (generated guid, username etc...) in file on tv storage?

Which javascript api method should I use?

Anyone can help?

Saving on local storage

PostPosted: Wed Dec 03, 2014 6:24 pm
by Support_STA
Hi Aldin,

You should tryHTML5 Local Storage for your purpose.

Regards.

Saving on local storage

PostPosted: Thu Dec 04, 2014 1:23 am
by aldin_1
What will happen with the html5 storage if user turns off smart TV, or unplug it from power source?

Saving on local storage

PostPosted: Thu Dec 04, 2014 1:36 am
by Support_STA
Hi Aldin,

Both HTML5 local storage and local storage are solutions you can use. Please keep in mind that upon a TV reset (for example) this data could be erased.
STA platforms do not erase cookies on startup so you're safe there.

Regards.