I'm looking to identify each computer that accesses my website independent of cookies.
I know it can be done because Twitter does it. Here's proof:
- Reset a browser (no cookies, no cache, total reset)
- Visit twitter.com
- Note the value of newly added
_twitter_sess
cookie - Repeat Steps 1 - 3. Cookie
_twitter_sess
will have the same value as before - Change IP addresses
- Repeat Steps 1 - 3. Cookie
_twitter_sess
will have the same value as before - Change Browsers
- Repeat Steps 1 - 3. Cookie
_twitter_sess
will have the same value as before - Change User Agents
- Repeat Steps 1 - 3. Cookie
_twitter_sess
will have the same value as before - Change Computers
- Repeat Steps 1 - 3. Cookie
_twitter_sess
will finally be different
How can I do the same? I'd like to track individual computers that visit my site independent of them clearing cookies, or expiring cookies.