Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #11305 > unrolled thread

Re: Problem reading HTTP_COOKIE

Started byChris Angelico <rosuav@gmail.com>
First post2011-08-12 21:29 +0100
Last post2011-08-12 21:29 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Problem reading HTTP_COOKIE Chris Angelico <rosuav@gmail.com> - 2011-08-12 21:29 +0100

#11305 — Re: Problem reading HTTP_COOKIE

FromChris Angelico <rosuav@gmail.com>
Date2011-08-12 21:29 +0100
SubjectRe: Problem reading HTTP_COOKIE
Message-ID<mailman.2236.1313180967.1164.python-list@python.org>
On Fri, Aug 12, 2011 at 4:55 PM, Jack Hatterly <jackhatterly@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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web