Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #11305 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2011-08-12 21:29 +0100 |
| Last post | 2011-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.
Re: Problem reading HTTP_COOKIE Chris Angelico <rosuav@gmail.com> - 2011-08-12 21:29 +0100
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2011-08-12 21:29 +0100 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web