瀏覽代碼

remove session_start call

walkor 8 年之前
父節點
當前提交
39aface0b5
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Protocols/Http.php

+ 0 - 2
Protocols/Http.php

@@ -579,8 +579,6 @@ class HttpCache
         if ($gc_max_life_time = ini_get('session.gc_maxlifetime')) {
             self::$sessionGcMaxLifeTime = $gc_max_life_time;
         }
-
-        @\session_start();
     }
 }