use the session class to store sessions

This commit is contained in:
Evan Prodromou
2009-06-27 06:20:24 -07:00
parent 0ca22cf6e2
commit 71dad1ff62
4 changed files with 48 additions and 13 deletions

View File

@@ -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');