I guess a few of us might have already been through this.
Our web site sets about 7 different cookies - of which I need just two
to be logged into my access_log file. If I say (in Apache's
httpd.conf)
*** LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Cookie}i\"" common ***
I am getting ALL cookies. Is there a way to configure Apache to log
only specific cookies. Can someone walk me through the process?
Thanks in advance.
-SS