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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-04-25 08:15:20 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-04-25 08:15:20 +0400
commit9b1d3a8a093814af1af9bee9618800bf44484f0e (patch)
tree9fdb3759bab0cadf7de73068549560279ec6aeb1 /index.php
parent9525ab6a13bde019e022d8e3833cec830cfbc9ae (diff)
Fixed #651 by setting session.save_handler explicitly.
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 16a492aa96..808d1b53d2 100755
--- a/index.php
+++ b/index.php
@@ -12,6 +12,7 @@
error_reporting(E_ALL|E_NOTICE);
@ini_set('display_errors', 1);
@ini_set('magic_quotes_runtime', 0);
+@ini_set('session.save_handler', 'files');
if(!defined('PIWIK_INCLUDE_PATH'))
{
define('PIWIK_INCLUDE_PATH', dirname(__FILE__));