$wrapper $wrapper : boolean Flag if handler wraps an internal PHP session handler (using \SessionHandler). Type boolean
getSaveHandlerName() getSaveHandlerName() : string|null Gets the session.save_handler name. Returns string|null
isSessionHandlerInterface() isSessionHandlerInterface() : boolean Is this proxy handler and instance of \SessionHandlerInterface. Returns boolean
isWrapper() isWrapper() : boolean Returns true if this handler wraps an internal PHP session save handler using \SessionHandler. Returns boolean
setId() setId(\Symfony\Component\HttpFoundation\Session\Storage\Proxy\string $id) Sets the session ID. Parameters \Symfony\Component\HttpFoundation\Session\Storage\Proxy\string $id Throws \LogicException
setName() setName(\Symfony\Component\HttpFoundation\Session\Storage\Proxy\string $name) Sets the session name. Parameters \Symfony\Component\HttpFoundation\Session\Storage\Proxy\string $name Throws \LogicException
__construct() __construct(\SessionHandlerInterface $handler) Parameters \SessionHandlerInterface $handler
updateTimestamp() updateTimestamp( $sessionId, $data) : boolean Parameters $sessionId $data Returns boolean