$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 —