Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
NullSessionHandler.php
function NullSessionHandler::gc
File
vendor/
symfony/
http-foundation/
Session/
Storage/
Handler/
NullSessionHandler.php
, line 51
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
gc
(int
$maxlifetime
) : int|false {
return
0
; }
RSS feed