\Symfony\Component\HttpFoundation\Session\Storage\HandlerStrictSessionHandler

Adds basic `SessionUpdateTimestampHandlerInterface` behaviors to another `SessionHandlerInterface`.

Summary

Methods
Properties
Constants
open()
validateId()
read()
write()
destroy()
__construct()
updateTimestamp()
close()
gc()
No public properties found
No constants found
doRead()
doWrite()
doDestroy()
No protected properties found
N/A
No private methods found
$sessionName
$prefetchId
$prefetchData
$newSessionId
$igbinaryEmptyData
$handler
$doDestroy
N/A

Properties

$sessionName

$sessionName

$prefetchId

$prefetchId

$prefetchData

$prefetchData

$newSessionId

$newSessionId

$igbinaryEmptyData

$igbinaryEmptyData

$handler

$handler

$doDestroy

$doDestroy

Methods

open()

open(mixed  $savePath, mixed  $sessionName) : bool

Parameters

mixed $savePath
mixed $sessionName

Returns

bool —

validateId()

validateId(mixed  $sessionId) : bool

Parameters

mixed $sessionId

Returns

bool —

read()

read(mixed  $sessionId) : string

Parameters

mixed $sessionId

Returns

string —

write()

write(mixed  $sessionId, mixed  $data) : bool

Parameters

mixed $sessionId
mixed $data

Returns

bool —

destroy()

destroy(mixed  $sessionId) : bool

Parameters

mixed $sessionId

Returns

bool —

__construct()

__construct(\SessionHandlerInterface  $handler) : mixed

Parameters

\SessionHandlerInterface $handler

Returns

mixed —

updateTimestamp()

updateTimestamp(mixed  $sessionId, mixed  $data) : bool

Parameters

mixed $sessionId
mixed $data

Returns

bool —

close()

close() : bool

Returns

bool —

gc()

gc(mixed  $maxlifetime) : int|false

Parameters

mixed $maxlifetime

Returns

int|false —

doRead()

doRead(string  $sessionId) : string

Parameters

string $sessionId

Returns

string —

doWrite()

doWrite(string  $sessionId, string  $data) : bool

Parameters

string $sessionId
string $data

Returns

bool —

doDestroy()

doDestroy(string  $sessionId) : bool

Parameters

string $sessionId

Returns

bool —