From 70135317a30c4277715f141e2790b830bcbb2840 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 27 Feb 2017 17:31:08 +0100 Subject: [PATCH] fix PHP Fatal, if debug is enabled --- api/src/Session.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/src/Session.php b/api/src/Session.php index 6c44d275c3..f721b34b47 100644 --- a/api/src/Session.php +++ b/api/src/Session.php @@ -1553,8 +1553,6 @@ class Session */ public static function init_handler() { - if (self::ERROR_LOG_DEBUG) error_log(__METHOD__.'() session_handler='.self::$session_handler.', egw_info[server][session_handler]='.$GLOBALS['egw_info']['server']['session_handler'].' called from:'.function_backtrace()); - ini_set('session.use_cookies',0); // disable the automatic use of cookies, as it uses the path / by default session_name(self::EGW_SESSION_NAME); if (($sessionid = self::get_sessionid()))