vote up 1 vote down star

I've got a PHP-fpm setup on nginx setup according to this article: http://interfacelab.com/nginx-php-fpm-apc-awesome/

PHP is not able to set cookies in any browser visiting the server. It seems nginx is not passing on the Cookie header to the browser. I Googled around a bit, and found that I need to set fastcgi_pass_header Set-Cookie in the location/http block. I tried both blocks and it still doesn't work.

I'm looking for any help. Thanks.

flag

50% accept rate
It would help if you posted your nginx configuration – Ramon Nov 1 at 8:55

1 Answer

vote up 0 vote down

I was about to post the config file as suggested by Ramon, but it seems like it's working now. There was a bit of ambiguity between the server names of two server blocks. I cleared that up, and its working fine now :D

Thanks!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.