function StrictSessionHandler::doDestroy
Overrides AbstractSessionHandler::doDestroy
1 call to StrictSessionHandler::doDestroy()
- StrictSessionHandler::destroy in vendor/
symfony/ http-foundation/ Session/ Storage/ Handler/ StrictSessionHandler.php
File
-
vendor/
symfony/ http-foundation/ Session/ Storage/ Handler/ StrictSessionHandler.php, line 71
Class
- StrictSessionHandler
- Adds basic `SessionUpdateTimestampHandlerInterface` behaviors to another `SessionHandlerInterface`.
Namespace
Symfony\Component\HttpFoundation\Session\Storage\HandlerCode
protected function doDestroy(string $sessionId) : bool {
$this->doDestroy = false;
return $this->handler
->destroy($sessionId);
}