Saving Browser State without Cookies

Paul Rubin phr-n2002a at nightsong.com
Fri Feb 8 20:06:20 EST 2002


philh at comuno.freeserve.co.uk (phil hunt) writes:
> You could go by the client's IP address. Though IMO this is a bit iffy.

It's not iffy, it's completely unreliable.  For example, all requests
from AOL users arrive through a small number of IP addresses of AOL
proxy servers.  Millions of AOL users share a few hundred IP addresses
and there's no way to tell them apart by address.  Also, there's no
consistent relation between an AOL client session and which AOL proxy
server it uses.  If an AOL user visits your page and hits "reload"
five times, the resulting six requests can come from six different IP
addresses.



More information about the Python-list mailing list