LocalStorage is a way to store persistent data using JavaScript (see also: SessionStorage).
For most modern browsers, is it possible to have session or local storage disabled while cookies are enabled? Or does …
cookies local-storage session-storageIn using the HTML5 WebStorage functionality, I know that certain browsers, like Chrome, have developer tools that enable users to …
html local-storage web-storageIs it possible to store data in a way that will be accessible after a browser restart in the context …
google-chrome google-chrome-extension local-storageI was using localstorage for save one value in my App, that works with PhoneGap, but when Apple has released …
ios cordova release local-storageI read that when using JWT, there is no need to protect against CSRF attacks, for instance: "since you are …
local-storage csrf jwt auth0I need to create client side search engine for an offline html application in offline storage like CDROM. I already …
javascript html full-text-search local-storage client-sideWhat is the maximum data size when using HTML5's Web SQL to store data locally on the iPad? When …
html local-storage web-sqlIs it not posssible to retrieve all keys/objects that I stored in sessionStorage (or localStorage)? If I have done …
javascript session local-storage session-storageI have been experimenting with the localstorage module for Backbone.js (https://github.com/jeromegn/Backbone.localStorage). As I understand …
javascript local-storage offline backbone.jsAfter going through multiple articles, I am still not clear on the difference between Local Storage and App Cache Manifest. …
javascript html local-storage html5-appcache cache-manifest