Horde_Session now does the necessary work for determining when to write session to...
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 17 Nov 2010 21:22:45 +0000 (14:22 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 18 Nov 2010 16:39:16 +0000 (09:39 -0700)
framework/Core/lib/Horde/Core/Factory/SessionHandler.php

index 927e82f..1830aa2 100644 (file)
@@ -79,9 +79,7 @@ class Horde_Core_Factory_SessionHandler
             $storage,
             array(
                 'logger' => $injector->getInstance('Horde_Log_Logger'),
-                // TODO: Uncomment once all session data is saved through
-                //  Horde_Session.
-                //'no_md5' => true,
+                'no_md5' => true,
                 'noset' => $noset,
                 'parse' => array($this, 'readSessionData')
             )