jstore

Javascript Session Data Storage

Does anyone know of a reliable way to store data to use across pages of a site?... Here is what I've found so far: Cookies - Not enough capacity to store what I need atm. URL hash - Same as above Frames - Not a method I would use atm. HTML 5 document.localStorage and document.sessionStorage - Not fully supported yet Google Gears - The ...

Android v1.5 w/ browser data storage

I'm trying to build an offline web application which can sync online if the network is available. I tryed jQuery jStore but the test page stop at "testing..." whitout result, then I tryed Google Gears which is supposed to be working on the phone but it is not found. if (window.google && google.gears) { google.gears.factory.getPermis...