summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php
index bb1a4255d..3a5913f85 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -254,6 +254,8 @@ $config =
'oohembed' => array('endpoint' => 'http://oohembed.com/oohembed/'),
'search' =>
array('type' => 'fulltext'),
+ 'sessions' =>
+ array('handle' => false), // whether to handle sessions ourselves
);
$config['db'] = &PEAR::getStaticProperty('DB_DataObject','options');