Quantcast
Channel: Best practice to store data locally for web - Stack Overflow
Viewing all articles
Browse latest Browse all 4

Best practice to store data locally for web

$
0
0

I'm working on some web application and we need to store number of javascript objects in local storage. Until now we did it using cookies but we want to use one of HTML5 storage solutions because cookies data is send to server on each server call and it is a waste of resources and also it's size is very limited. The data should be stored permanently, I mean it should be available after closing the browser and opening it again.

What is the best practice to do this? Is there any way to store objects in local storage. Thanks for the assistance


Viewing all articles
Browse latest Browse all 4

Latest Images

Trending Articles





Latest Images