Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
NullSessionHandler.php
function NullSessionHandler::updateTimestamp
File
vendor/
symfony/
http-foundation/
Session/
Storage/
Handler/
NullSessionHandler.php
, line 36
Class
NullSessionHandler
Can be used in unit testing or in a situations where persisted sessions are not desired.
Namespace
Symfony\Component\HttpFoundation\Session\Storage\Handler
Code
public
function
updateTimestamp
(string
$sessionId
, string
$data
) : bool {
return
true
; }
RSS feed