On Sat, Jan 23, 2010 at 11:27 AM, Jingchao Hu <[email protected]> wrote:
> Hi, > > I'm new to web.py, I have a problem with setcookie > > I follow the instructions on http://webpy.org/cookbook/cookies , and > use firefox's httpfox extension to debug my sites, it turns out that > the "Set-Cookie" header is not be sent to my browser,here's my code: > [...] > And here's the response headers > ============================================== > (Status-Line) HTTP/1.1 200 OK > Server nginx/0.7.62 > [...] Have you tried with the builtin server? -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
