Forum Moderators: DixonJones
The LogFormat [httpd.apache.org] directive lets you define what Apache logs [httpd.apache.org]. Using the CustomLog [httpd.apache.org] directive you can send output either to a file or a pipe.
Viscount9 [webmasterworld.com] wrote at 09:50 AM on Mar. 24, 2003 in message #2 [webmasterworld.com]
>>I wonder how the cookies have to be set: via JavaScript,
>>Perl [perl.com], etc?
A cookie is a cookie no matter which language was used to set it. The server simply reads and logs the cookie header field in the HTTP request header.
Andreas