<div><div style="font-family: 'lucida Grande', Verdana; line-height: 23px; ">hello:</div><div style="font-family: 'lucida Grande', Verdana; line-height: 23px; ">   when i using the log module to write the acess_log.there are three set-cookie  line in  reponse hearders, But the log module only writes the first set-cookie of response headers into log.</div><div style="font-family: 'lucida Grande', Verdana; line-height: 23px; ">  here is my log_format:</div><div style="font-family: 'lucida Grande', Verdana; line-height: 23px; "><div>      log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '</div><div>          '$status $body_bytes_sent "$http_referer" '</div><div>          '"$http_user_agent" "$http_x_forwarded_for" $upstream_addr '</div><div>          '$http_cookie $request_time set_cookie=$sent_http_set_cookie';</div></div></div>