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-03-08 04:41:05 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2016-03-08 04:41:05 +0300
commit236281cbeb87dd15dc0d393568e9932ac9a9ed9b (patch)
tree333dd688173b48ee86b4b4bbebc0a543528180ed /core
parent3cfb269d0ee880f9ba5a7b7a1c0872e1991ccc8d (diff)
parentd36e2c16a9d2447cbe597150310de1e452cb4062 (diff)
Merge pull request #9793 from piwik/9789
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