Top "Local-storage" questions

LocalStorage is a way to store persistent data using JavaScript (see also: SessionStorage).

Can Session storage / local storage be disabled and Cookies enabled?

For most modern browsers, is it possible to have session or local storage disabled while cookies are enabled? Or does …

cookies local-storage session-storage
How is HTML5 WebStorage data physically stored?

In using the HTML5 WebStorage functionality, I know that certain browsers, like Chrome, have developer tools that enable users to …

html local-storage web-storage
Do Chrome extensions have access to local storage?

Is 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-storage
Phonegap iOS 5.1 and localStorage

I was using localstorage for save one value in my App, that works with PhoneGap, but when Apple has released …

ios cordova release local-storage
CSRF protection with JSON Web Tokens

I read that when using JWT, there is no need to protect against CSRF attacks, for instance: "since you are …

local-storage csrf jwt auth0
How to create client side full text search engine with pure JavaScript and HTML5?

I 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-side
What is the maximum size of a Web SQL DB in iOS (Safari) on the iPad? How about LocalStorage?

What is the maximum data size when using HTML5's Web SQL to store data locally on the iPad? When …

html local-storage web-sql
Javascript: Retrieve all keys from sessionStorage?

Is it not posssible to retrieve all keys/objects that I stored in sessionStorage (or localStorage)? If I have done …

javascript session local-storage session-storage
Backbone.js able to do rest and localstorage?

I have been experimenting with the localstorage module for Backbone.js (https://github.com/jeromegn/Backbone.localStorage). As I understand …

javascript local-storage offline backbone.js
HTML5 Local Storage VS App Cache Offline Website Browsing

After 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