On Tuesday 17 November 2009 11:56:39 pm L. S. wrote:
> My FastCGI process sends cookies, but they are not being sent to the
> browser. Why does nginx not send the cookie header?
Can you try explicitly set proxy header to pass with this setting?
proxy_pass_header Set-Cookie;