File
- drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php, line 91
Class
- SessionHandlerProxy
- SessionHandler proxy.
Namespace
Symfony\Component\HttpFoundation\Session\Storage\Proxy
Code
public function gc($maxlifetime) {
return (bool) $this->handler
->gc($maxlifetime);
}