$wrapper $wrapper : bool Flag if handler wraps an internal PHP session handler (using \SessionHandler). Type bool —
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 —
setId() setId(string $id) : mixed Sets the session ID. Parameters string $id Throws \LogicException Returns mixed —
setName() setName(string $name) : mixed Sets the session name. Parameters string $name Throws \LogicException Returns mixed —
__construct() __construct(\SessionHandlerInterface $handler) : mixed Parameters \SessionHandlerInterface $handler Returns mixed —
open() open(mixed $savePath, mixed $sessionName) : bool Parameters mixed $savePath mixed $sessionName Returns bool —
write() write(mixed $sessionId, mixed $data) : bool Parameters mixed $sessionId mixed $data Returns bool —
updateTimestamp() updateTimestamp(mixed $sessionId, mixed $data) : bool Parameters mixed $sessionId mixed $data Returns bool —