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>2020-02-07 00:06:48 +0300
committerGitHub <noreply@github.com>2020-02-07 00:06:48 +0300
commit0e005fa749af1d8d9b504603e03d4710acbc68e7 (patch)
tree648b4ac22d11bc432111cfb9b49552b29712d906 /config
parentfd3e3d9f29fd486d64d7030fd6877afea5dd4ce1 (diff)
Force using DB sessions once Matomo is installed (#15275)
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 138bfbedbc..d72afa5961 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -400,10 +400,6 @@ 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.
-; If you prefer configuring sessions through the php.ini directly, you may unset this value to an empty string
-session_save_handler = dbtable
-
; If set to 1, Matomo will automatically redirect all http:// requests to https://
; If SSL / https is not correctly configured on the server, this will break Matomo
; If you set this to 1, and your SSL configuration breaks later on, you can always edit this back to 0