From eb329489edf698bca4e0185d617dda43fa850412 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 17 Nov 2010 14:22:45 -0700 Subject: [PATCH] Horde_Session now does the necessary work for determining when to write session to the backend --- framework/Core/lib/Horde/Core/Factory/SessionHandler.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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') ) -- 2.11.0