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:
authordiosmosis <diosmosis@users.noreply.github.com>2018-12-19 03:16:11 +0300
committerGitHub <noreply@github.com>2018-12-19 03:16:11 +0300
commitfb0bc84516c5193454e37c0f1b1232c05f0fac29 (patch)
treedf1f7075ceacaad89d8ea95c17dfb0ed0369624b /config
parent1b895a35fe13e2d25331e8a5b0c57cbdd6497384 (diff)
Send all session cookie params when updating session expire time. (#13869)
* Send all session cookie params when updating session expire time. * Use login_cookie_path INI config to init the session cookie path.
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 85e47b2fc4..9b3036ae1f 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -394,7 +394,7 @@ login_cookie_name = piwik_auth
; if "Remember me" is checked, the auth cookie will be valid for 14 days by default
login_cookie_expire = 1209600
-; (DEPRECATED) has no effect
+; Sets the session cookie path
login_cookie_path =
; email address that appears as a Sender in the password recovery email