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
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2015-06-11 01:52:19 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2015-06-11 01:52:19 +0300
commitf982eed9d1467ff63f5a643a8e7db7b6077c1fa6 (patch)
tree797ac8d34744aaf0ea9c8a574331ebcce688138a /plugins/TestRunner
parent2f5fd73ac6415aef9bf5fcbb1e0f2bccdba34629 (diff)
speed up UI by using database session handler
Diffstat (limited to 'plugins/TestRunner')
-rw-r--r--plugins/TestRunner/Aws/config.ini.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/TestRunner/Aws/config.ini.php b/plugins/TestRunner/Aws/config.ini.php
index 65c4498b89..cf8d69890b 100644
--- a/plugins/TestRunner/Aws/config.ini.php
+++ b/plugins/TestRunner/Aws/config.ini.php
@@ -17,10 +17,11 @@ password = "secure"
tables_prefix = ""
[General]
+session_save_handler = "dbtable"
salt = "ad40b992685bd402cdddaa46bdff537e"
enable_update_communication = 0
trusted_hosts[] = "amazonaws.com"
trusted_hosts[] = "www.example.com"
trusted_hosts[] = "apache.piwik"
trusted_hosts[] = "nginx.piwik"
-trusted_hosts[] = "amazonAwsUrl" \ No newline at end of file
+trusted_hosts[] = "amazonAwsUrl"