Wusage and Cookies
I am trying to set up Wusage to take advanatage of user cookies. I have compiled Apache with mod_usertrack module and set the cookie expiry date for 1 day.The Problem: The user gets a new cookie on every page visit. This results in bogus log entries and an inflated number of users. I assume that this is a problem with my Apache configuration as my log files show unique ID numbers in the cookie field for every request.
Any help appreciated.