Greetings,
I'm am logging cookies set when nginx sends its response, but to my dismays I've noticed nginx only seems to log the first Set-Cookie header sent.
Can anyone tell me some way to log ALL Set-Cookie headers sent? I'm not finding anyway to do this.
Currently I'm logging via
log_format cookies $sent_http_set_cookie
thank to you!
I'm am logging cookies set when nginx sends its response, but to my dismays I've noticed nginx only seems to log the first Set-Cookie header sent.
Can anyone tell me some way to log ALL Set-Cookie headers sent? I'm not finding anyway to do this.
Currently I'm logging via
log_format cookies $sent_http_set_cookie
thank to you!