\Symfony\Component\HttpFoundation\Session\Storage\HandlerMarshallingSessionHandler

Summary

Methods
Properties
Constants
__construct()
open()
close()
destroy()
gc()
read()
write()
validateId()
updateTimestamp()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$handler
$marshaller
N/A

Properties

$handler

$handler

$marshaller

$marshaller

Methods

__construct()

__construct(\Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler  $handler, \Symfony\Component\Cache\Marshaller\MarshallerInterface  $marshaller) : mixed

Parameters

\Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler $handler
\Symfony\Component\Cache\Marshaller\MarshallerInterface $marshaller

Returns

mixed —

open()

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

Parameters

mixed $savePath
mixed $name

Returns

bool —

close()

close() : bool

Returns

bool —

destroy()

destroy(mixed  $sessionId) : bool

Parameters

mixed $sessionId

Returns

bool —

gc()

gc(mixed  $maxlifetime) : int|false

Parameters

mixed $maxlifetime

Returns

int|false —

read()

read(mixed  $sessionId) : string

Parameters

mixed $sessionId

Returns

string —

write()

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

Parameters

mixed $sessionId
mixed $data

Returns

bool —

validateId()

validateId(mixed  $sessionId) : bool

Parameters

mixed $sessionId

Returns

bool —

updateTimestamp()

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

Parameters

mixed $sessionId
mixed $data

Returns

bool —