javascript:void(document.cookie="PREF=ID=20b6e4c2f44943bb:U=4bf292d46faad806:TM=1249677602:LM=1257919388:S=odm0Ys-53ZueXfZG;path=/; domain=.google.com");
views:
189answers:
4You could give a little more info.
Pierre-Antoine LaFayette
2009-11-25 21:16:53
------ YAGNI ------
Manu
2009-11-25 21:35:34
+2
A:
This code sets your cookie for all Google.com domains. Looks like this is one of their internal user tracking cookies.
Eric Ryan Harrison
2009-11-25 21:11:27
+2
A:
See document.cookie specification. The code essential sets a bunch of cookies for the webpage you're visiting. The string uses a key=value syntax with the optional attribute values such as ;path=/ and ;domain=google.com.
For information on HTTP Cookies check the wiki page.
Pierre-Antoine LaFayette
2009-11-25 21:14:05
No, most webpages use cookies to "identify" returning users.
Pierre-Antoine LaFayette
2009-11-26 03:42:39
+4
A:
It sets a cookie that puts you into the beta group for the new Google interface. This cookie is set for all subdomains of google.com.
Eli Grey
2009-11-25 21:51:35