\Symfony\Component\HttpFoundation\Session\Storage\ProxyAbstractProxy

Summary

Methods
Properties
Constants
getSaveHandlerName()
isSessionHandlerInterface()
isWrapper()
isActive()
getId()
setId()
getName()
setName()
No public properties found
No constants found
No protected methods found
$wrapper
$saveHandlerName
N/A
No private methods found
No private properties found
N/A

Properties

$wrapper

$wrapper : bool

Flag if handler wraps an internal PHP session handler (using \SessionHandler).

Type

bool

$saveHandlerName

$saveHandlerName : string

Type

string

Methods

getSaveHandlerName()

getSaveHandlerName() : string|null

Gets the session.save_handler name.

Returns

string|null —

isSessionHandlerInterface()

isSessionHandlerInterface() : bool

Is this proxy handler and instance of \SessionHandlerInterface.

Returns

bool —

isWrapper()

isWrapper() : bool

Returns true if this handler wraps an internal PHP session save handler using \SessionHandler.

Returns

bool —

isActive()

isActive() : bool

Has a session started?

Returns

bool —

getId()

getId() : string

Gets the session ID.

Returns

string —

setId()

setId(string  $id) : mixed

Sets the session ID.

Parameters

string $id

Throws

\LogicException

Returns

mixed —

getName()

getName() : string

Gets the session name.

Returns

string —

setName()

setName(string  $name) : mixed

Sets the session name.

Parameters

string $name

Throws

\LogicException

Returns

mixed —