Просмотр исходного кода

Update RedisClusterSessionHandler.php

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