|
Even stranger to see no mention that cookies aren't needed at all to track users successfully. Check your browser at http://panopticlick.eff.org/ Basically, using useragent, plugins, time zone, language, screen size, etc etc etc, you can fingerprint a user pretty reliably without using cookies. Cookies are just an easy way to track users client side, but if there is an 'assault' on cookies, then people will just start relying more on server side tracking of users instead. Disabling 3rd party cookies etc really achieves nothing. Also, there's numerous methods you can use to store "cookies" in the browser these days, (localstorage api, http cookies, flash, cache etc) If you really don't want to be tracked for some reason, disable javascript, clear out your user-agent, and use TOR. |