Nginx and Set-Cookie

Eren Türkay eren at pardus.org.tr
Thu Nov 19 11:11:20 MSK 2009


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;





More information about the nginx mailing list