Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. StrictSessionHandler.php

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\Handler

Code

protected function doDestroy(string $sessionId) : bool {
    $this->doDestroy = false;
    return $this->handler
        ->destroy($sessionId);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal