public function SessionHandlerProxy::gc in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php \Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::gc()
File
- vendor/
symfony/ http-foundation/ Session/ Storage/ Proxy/ SessionHandlerProxy.php, line 91
Class
- SessionHandlerProxy
- SessionHandler proxy.
Namespace
Symfony\Component\HttpFoundation\Session\Storage\ProxyCode
public function gc($maxlifetime) {
return (bool) $this->handler
->gc($maxlifetime);
}