Hi,
how can I set how long it takes until a tracking cookie expires? There is a “cookie_expire” setting, but with a note that says
This is used only if use_third_party_id_cookie = 1
In my case this is set to 0 because I dont wan’t to do cross websites analysis.
And like that note says, chaging cookie_expire to another value anyway won’t do anything, I gave it a try.
What can I do to change tracking cookie expiration then?
Thx!
PS: I noticed that setting cookie_expire value in config.ini.php has no effect even when you set use_third_party_id_cookie = 1. Weird.