I am new to Nginx and hope to get some help.
I want to extract certain data (certain fields set by my PHP scripts) from browser cookie in nginx so that I can log it. If
You can access cookie values by using the $cookie_COOKIE_NAME_GOES_HERE variable.
$cookie_COOKIE_NAME_GOES_HERE
See Nginx Documentation