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


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

Re: Problem reading HTTP_COOKIE

Started byChris Angelico <rosuav@gmail.com>
First post2011-08-12 23:31 +0100
Last post2011-08-12 23:31 +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 23:31 +0100

#11315 — Re: Problem reading HTTP_COOKIE

FromChris Angelico <rosuav@gmail.com>
Date2011-08-12 23:31 +0100
SubjectRe: Problem reading HTTP_COOKIE
Message-ID<mailman.2242.1313188314.1164.python-list@python.org>
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

[toc] | [standalone]


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


csiph-web