function SessionHandler::destroy
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Session/SessionHandler.php \Drupal\Core\Session\SessionHandler::destroy()
- 8.9.x core/lib/Drupal/Core/Session/SessionHandler.php \Drupal\Core\Session\SessionHandler::destroy()
- 10 core/lib/Drupal/Core/Session/SessionHandler.php \Drupal\Core\Session\SessionHandler::destroy()
File
-
core/
lib/ Drupal/ Core/ Session/ SessionHandler.php, line 109
Class
- SessionHandler
- Default session handler.
Namespace
Drupal\Core\SessionCode
public function destroy(#[\SensitiveParameter] string $sessionId) : bool {
return $this->doDestroy($sessionId);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.