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 ...