A
AdrianJones
Guest
if you are operating over multiple web pages, gathering data, you could maybe look at the web storage api and cache it in the browser (see developer.mozilla.org/.../Using_the_Web_Storage_API ) there are a few javascript wrapper libs out there too providing fall back for older browsers etc.
Continue reading...
Continue reading...