Browse Source

remove session_start call

walkor 8 năm trước cách đây
mục cha
commit
39aface0b5
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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();
     }
 }