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

Breadcrumb

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

function AbstractSessionHandler::doWrite

1 call to AbstractSessionHandler::doWrite()
AbstractSessionHandler::write in vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php
6 methods override AbstractSessionHandler::doWrite()
MemcachedSessionHandler::doWrite in vendor/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php
MongoDbSessionHandler::doWrite in vendor/symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php
NullSessionHandler::doWrite in vendor/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php
PdoSessionHandler::doWrite in vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php
RedisSessionHandler::doWrite in vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php

... See full list

File

vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php, line 43

Class

AbstractSessionHandler
This abstract session handler provides a generic implementation of the PHP 7.0 SessionUpdateTimestampHandlerInterface, enabling strict and lazy session handling.

Namespace

Symfony\Component\HttpFoundation\Session\Storage\Handler

Code

protected abstract function doWrite(string $sessionId, string $data) : bool;

API Navigation

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