Store.js - cross browser local storage without using cookies or flash
11–20 of 63 posts
Re: Store.js - cross browser local storage without using cookies or flash
#12Re: Store.js - cross browser local storage without using cookies or flash
#13From the readme: "So far tested in Tested in Firefox 2.0 Tested in Firefox 3.0 Tested in Firefox 3.6 Tested in Chrome 5 Tested in Safari 4 Tested in Safari 5 Tested in IE6 Tested in IE7 Tested in IE8 Tested in Opera 10" Does it mean it works on IE6+? Does IE6 have local storage?
Re: Store.js - cross browser local storage without using cookies or flash
#14Tested it on IE 6 and got: "Tests passed" So I guess it works . . . :-)
I don't have access to IE5.5, would love to have someone test it.
Re: Store.js - cross browser local storage without using cookies or flash
#15I just tested. Like cookies, it also obeys domain-only visibility. So, all hopes for cross-domain user tracking are still doomed. sigh
I would certainly hope so...
Re: Store.js - cross browser local storage without using cookies or flash
#16From the readme: "So far tested in Tested in Firefox 2.0 Tested in Firefox 3.0 Tested in Firefox 3.6 Tested in Chrome 5 Tested in Safari 4 Tested in Safari 5 Tested in IE6 Tested in IE7 Tested in IE8 Tested in Opera 10" Does it mean it works on IE6+? Does IE6 have local storage?
Looks like it. If you look a the store.js source code, it links to http://msdn.microsoft.com/en-us/library/ms531424(v=VS.85).as... which appears to be another one of those hidden gems in IE, like the original AJAX implementation, or XDomainRequest.
Re: Store.js - cross browser local storage without using cookies or flash
#17I just tested. Like cookies, it also obeys domain-only visibility. So, all hopes for cross-domain user tracking are still doomed. sigh
So, all hopes for cross-domain user tracking are still doomed. sigh
Um, this is a good thing. I don't want the sites I visit to be communicating my use patterns to each other.Re: Store.js - cross browser local storage without using cookies or flash
#18I just tested. Like cookies, it also obeys domain-only visibility. So, all hopes for cross-domain user tracking are still doomed. sigh
Re: Store.js - cross browser local storage without using cookies or flash
#19Tested it on IE 6 and got: "Tests passed" So I guess it works . . . :-)
Yup, it works in IE6. I don't have access to IE5.5, would love to have someone test it.
Re: Store.js - cross browser local storage without using cookies or flash
#20Earlier quoted context omitted.
Yup, it works in IE6. I don't have access to IE5.5, would love to have someone test it.
Give IETester a whirl. IE 5.5, 6, 7, 8, and 9 preview render engines in a single executable. http://www.my-debugbar.com/wiki/IETester/HomePage