> Hello, I see how one can log the usertracking cookie that Apache generates.
> But is there a way to log other cookies in to the access log?
http://www.apache.org/docs/mod/mod_log_config.html
You can use the LogFormat and CustomLog directives to log HTTP headers
(e.g., "Cookie"); recent versions of Apache have examples of doing
this for "Referer" and "User-agent" in the sample configuration files.
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/