@@ -134,7 +134,7 @@ |
||
134 | 134 | \session_start([ |
135 | 135 | 'cookie_path' => $this->cookiePath, |
136 | 136 | 'cookie_domain' => $this->cookieDomain, |
137 | - 'cookie_lifetime' => $this->expire,//($this->expire > 0) ? time() + $this->expire : 0, |
|
137 | + 'cookie_lifetime' => $this->expire, //($this->expire > 0) ? time() + $this->expire : 0, |
|
138 | 138 | 'cookie_secure' => $this->cookieSecure, |
139 | 139 | 'cookie_httponly' => $this->cookieHttpOnly, |
140 | 140 | 'cookie_samesite' => $this->cookieSameSite |