Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #11315
| References | <SNT144-W494614E354EFD78D3774A5C7250@phx.gbl> <CAPTjJmptBdcnEHfhX=G0_Oss9r-p2UAY2TfM2fOzGP9X3453pg@mail.gmail.com> <SNT144-W163BA2BD39E1A193122A05C7250@phx.gbl> |
|---|---|
| Date | 2011-08-12 23:31 +0100 |
| Subject | Re: Problem reading HTTP_COOKIE |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2242.1313188314.1164.python-list@python.org> (permalink) |
I think the best thing to do would be to look at the raw headers. If you can't do that in your framework, then try this: set the cookie, shut down your server, fire up a debugging HTTP server on the same port, and then refresh the page. If your browser is sending the cookie, you'll see it in the HTTP request; if not, you have a configuration issue. As I said earlier, setting the cookie with a path like that may mean that the browser won't send it. Chris Angelico
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Problem reading HTTP_COOKIE Chris Angelico <rosuav@gmail.com> - 2011-08-12 23:31 +0100
csiph-web