<div dir="ltr"><div>Took me a little while to see why my php app wasn’t working.<br><br>When 
multiple cookies are sent by the browser, only one of them is passed to php-fpm in the 
`$_COOKIE` variable.<br><br></div>However it appears that all the cookies are accessible in nginx itself via the `$cookie_NAME` variables.</div>