Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
AbstractSessionHandler.php
AbstractSessionHandler::$newSessionId
Type:
newSessionId
File
vendor/
symfony/
http-foundation/
Session/
Storage/
Handler/
AbstractSessionHandler.php
, line 28
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
private ?string $newSessionId =
null
;
RSS feed