class NativeSessionStorage implements SessionStorageInterface
This provides a base class for session attribute storage.
Methods
__construct(array $options = array(), AbstractProxy|NativeSessionHandler|SessionHandlerInterface|null $handler = null, MetadataBag $metaBag = null) Constructor.
AbstractProxy getSaveHandler() Gets the save handler instance.
bool start() Starts the session.
string getId() Returns the session ID.
setId(string $id) Sets the session ID.
mixed