Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authormattpiwik <matthieu.aubry@gmail.com>2011-12-07 08:24:09 +0400
committermattpiwik <matthieu.aubry@gmail.com>2011-12-07 08:24:09 +0400
commitdfd0360b5f137a90e7f20ee2cee324a9a2705d7a (patch)
treede85301022dc1a75e678aea7d9e92f671967df55 /config
parentd8691594792055cc75fb74fe7d638e24297b13c8 (diff)
Fixes #2785
* Finally getting the code right after 4 years...! the SELECT will now select several rows and order by priority based on the matched attribute, but not on intranet, and only when there was a visitor id found in the 1st party/3rd cookie, or via setForcedVisitorId() * Fixes notices when invalid ID supplied/ When provider plugin disabled git-svn-id: http://dev.piwik.org/svn/trunk@5531 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 37c540d83b..0c5b068993 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -277,8 +277,6 @@ api_service_url = http://api.piwik.org
; this is useful when you want to do cross websites analysis
use_third_party_id_cookie = 0
-; By default, Piwik does not trust the idcookie as accurate and will always check that if the visitor visited
-; the website earlier by looking for a visitor with the same IP and user configuration (to avoid abuse or misbehaviour)
; This setting should only be set to 1 in an intranet setting, where most users have the same configuration (browsers, OS)
; and the same IP. If left to 0 in this setting, all visitors will be counted as one single visitor.
trust_visitors_cookies = 0