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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-01-14 09:55:35 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-01-14 09:55:35 +0300
commit4a1024bed6710fa0613f785a9cf3943c8b91e48f (patch)
treef0aa3c83d4fba790d9e310bc95d41a88d93cd9f6 /config
parent5fe77968799d735653d07b163e6d0b55aae62cdb (diff)
fixing Setting how long cookies set by Piwik last #469
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 3c3c749342..f7a9e2f0af 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -116,8 +116,15 @@ minimum_php_version = 5.1.3
; MySQL minimum required version
minimum_mysql_version = 4.1
+; Minimum adviced memory limit in php.ini file (see memory_limit value)
minimum_memory_limit = 128
+; login cookie name
+login_cookie_name = piwik_auth
+
+; login cookie expiration (30 days)
+login_cookie_expire = 2592000
+
[Tracker]
; set to 0 if you want to stop tracking the visitors. Useful if you need to stop all the connections on the DB.
record_statistics = 1
@@ -154,6 +161,9 @@ campaign_keyword_var_name = piwik_kwd
; name of the cookie used to store the visitor information
cookie_name = piwik_visitor
+; by default, the Piwik tracking cookie expires in 2 years
+cookie_expire = 63072000
+
; if set to false, any goal conversion will be credited to the last more recent non empty referer.
; when set to true, the first ever referer used to reach the website will be used
use_first_referer_to_determine_goal_referer = false