For anyone with a similar problem, here's how I sorted it. As any fool (except me) knows, IE6 downgrades cookies to session cookies if there is no compact privacy policy in the header. You have to implement a p3p privacy policy - go to http://www.p3ptoolbox.com/ to find out how. There is a...
I want to track individual users, so have turned on mod_usertrack, and given the following instructions:
<IfModule mod_usertrack.c>
CookieTracking on
CookieExpires "3 months"
CookieStyle RFC2109
CookieName fmav
</IfModule>
It all works fine, but the cookies are session cookies which expire...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.