Quote
matt
You can customize these via JS tracker:
setVisitorCookieTimeout( seconds ) - the default is 2 years
setSessionCookieTimeout( seconds ) - the default is 30 minutes
setReferralCookieTimeout( seconds ) - the default is 6 months
see bottom of [piwik.org]
I used this for years with the "old" tracking code and it works fine. But how/where I have to do it in the new JS Tracker?
I've tried with
_paq.push(["setVisitorCookieTimeout", "604800"]);
but it doesn't work.