Explorar el Código

Update RedisClusterSessionHandler.php

walkor hace 3 años
padre
commit
563765e8fb
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;