Forum Moderators: DixonJones
any help will be appreciated
Do you need to know this extra info for your site's functionality or is this just a like to know? If its the latter then its probably not worth the extra work.
In order to turn on Apache's cookie tracking and insert that information into your log, you need to add these directives into your conf:
CookieTracking On
CookieExpires "35 days"
CustomLog xreferer.log "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %{Cookie}n"
Hope this helps,
Larry
thanks,