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/core
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2016-02-17 10:10:57 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2016-02-17 10:10:57 +0300
commitd36e2c16a9d2447cbe597150310de1e452cb4062 (patch)
treeb540d3777f8fea73d3f2b1825085a820de198f9c /core
parentf6a038b788dbcabfa97ed32d7dc66e58d27bb5c3 (diff)
Add sid to the list of query params excluded by default
Diffstat (limited to 'core')
-rw-r--r--core/Tracker/PageUrl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Tracker/PageUrl.php b/core/Tracker/PageUrl.php
index 1ff3e529af..5083ecdf50 100644
--- a/core/Tracker/PageUrl.php
+++ b/core/Tracker/PageUrl.php
@@ -30,7 +30,7 @@ class PageUrl
protected static $queryParametersToExclude = array('gclid', 'fb_xd_fragment', 'fb_comment_id',
'phpsessid', 'jsessionid', 'sessionid', 'aspsessionid',
- 'doing_wp_cron');
+ 'doing_wp_cron', 'sid');
/**
* Given the Input URL, will exclude all query parameters set for this site