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 when the browser closes, and not of the type that I would like to last for 3 months. What have I missed or not understood?
TIA
<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 when the browser closes, and not of the type that I would like to last for 3 months. What have I missed or not understood?
TIA