On Fri, Aug 12, 2011 at 4:55 PM, Jack Hatterly <jackhatte...@hotmail.com> wrote:
> It prints "None". However, when I look in my browser's cookie jar, there is
> a cookie "www.my_site.com" where my_site is the site from which I am surfing
> the above script. What gives?
>

I assume that what you mean is that it prints "None" even after you
hit F5 to reload the page, as the first run of the script will never
have a cookie.

Your script is now not actually setting any cookie. What cookie are
you seeing in your browser? It may be something created and consumed
by your framework, somewhere.

ChrisA
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to