diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-27 08:11:09 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-27 08:11:09 -0700 |
commit | 871f598dcc81d7018f25590d767591722bb977f2 (patch) | |
tree | e8a9ffa43b9c20c2fbcbe044a31bcd5b75b01308 /lib | |
parent | fb84c35035e33eebea79f207f73ba2deea86c4d7 (diff) |
debug flag for sessions
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index 3a5913f85..e2936f075 100644 --- a/lib/common.php +++ b/lib/common.php @@ -255,7 +255,8 @@ $config = 'search' => array('type' => 'fulltext'), 'sessions' => - array('handle' => false), // whether to handle sessions ourselves + array('handle' => false, // whether to handle sessions ourselves + 'debug' => false), // debugging output for sessions ); $config['db'] = &PEAR::getStaticProperty('DB_DataObject','options'); |