소스 검색

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;