From: Michael M Slusarz Date: Wed, 17 Nov 2010 21:22:45 +0000 (-0700) Subject: Horde_Session now does the necessary work for determining when to write session to... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=eb329489edf698bca4e0185d617dda43fa850412;p=horde.git Horde_Session now does the necessary work for determining when to write session to the backend --- diff --git a/framework/Core/lib/Horde/Core/Factory/SessionHandler.php b/framework/Core/lib/Horde/Core/Factory/SessionHandler.php index 927e82f22..1830aa29d 100644 --- a/framework/Core/lib/Horde/Core/Factory/SessionHandler.php +++ b/framework/Core/lib/Horde/Core/Factory/SessionHandler.php @@ -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') )