Web devel with python. Whats the best route?

A.M. Kuchling amk at mira.erols.com
Mon Jan 15 23:29:53 EST 2001


On Mon, 15 Jan 2001 13:35:22 +0100, Alex Martelli <aleaxit at yahoo.com> wrote:
>Wrong, see RFC 2109, "HTTP State Management Mechanism".  That is
>where cookies are specified in detail.

Note that RFC 2109 was never widely implemented.  I did an initial
implementation for Lynx in 1996, but compliance with RFC 2109 then had
to be broken in various ways to match existing practice.  For example,
according to RFC2109, it's illegal to set a cookie with a domain of
.yahoo.com from a host named edit.my.yahoo.com, because there's a '.'
in the prefix, but denying people access to their Yahoo pages from
Lynx is rather draconian.

--amk



More information about the Python-list mailing list