Преглед на файлове

Update RedisClusterSessionHandler.php

walkor преди 3 години
родител
ревизия
563765e8fb
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      src/Protocols/Http/Session/RedisClusterSessionHandler.php

+ 0 - 1
src/Protocols/Http/Session/RedisClusterSessionHandler.php

@@ -20,7 +20,6 @@ class RedisClusterSessionHandler extends RedisSessionHandler
 {
     public function __construct($config)
     {
-        $this->_maxLifetime = (int)Session::$lifetime;
         $timeout = $config['timeout'] ?? 2;
         $read_timeout = $config['read_timeout'] ?? $timeout;
         $persistent = $config['persistent'] ?? false;