walkor 8 лет назад
Родитель
Сommit
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();
     }
 }