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:
authorThomas Steur <tsteur@users.noreply.github.com>2019-01-25 02:47:53 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2019-01-25 02:47:53 +0300
commitd17e70189398fdbaf6ec5e4ead7e69950ee1c00f (patch)
tree9b1a1319567e7ca042f0f552cc610e279aab752a /config
parentfe615e3e15f148084ac61363864dd602fdb075c6 (diff)
Make config for sessions more clear it is still possible to use PHP configured sessions (#14014)
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 06e2c1b186..49f6023a28 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -377,7 +377,7 @@ disable_checks_usernames_attributes = 0
; For legacy data, fallback or non-security scenarios, we use md5.
hash_algorithm = whirlpool
-; Matomo uses PHP's dbtable for session. As of Matomo 3.8.0 it is the only supported handler.
+; Matomo uses PHP's dbtable for session.
; If you prefer configuring sessions through the php.ini directly, you may unset this value to an empty string
session_save_handler = dbtable