Initiate sessionhandler even if no session is requested
authorMichael M Slusarz <slusarz@curecanti.org>
Sat, 11 Sep 2010 16:26:30 +0000 (10:26 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Sat, 11 Sep 2010 17:05:52 +0000 (11:05 -0600)
framework/Core/lib/Horde/Registry.php

index e1c7dfc..04ed3dd 100644 (file)
@@ -404,6 +404,7 @@ implements Horde_Interfaces_Registry_Auth
             /* Never start a session if the session flags include
                SESSION_NONE. */
             $_SESSION = array();
+            $this->setupSessionHandler(false);
         } else {
             $this->setupSessionHandler();
             if ($session_flags & self::SESSION_READONLY) {