Comment on Evercookie: A cookie that undeletes itself from 8 different storagesComments−BenSchaechter15yHeh, after a quick look at some of the source code for storing the "cookie" in the browser history:// sorry google.var url = 'http://www.google.com/evercookie/cache/ + this.getHost() + '/' + name;
Comments
Heh, after a quick look at some of the source code for storing the "cookie" in the browser history:
// sorry google.
var url = 'http://www.google.com/evercookie/cache/ + this.getHost() + '/' + name;