Overrides NativeSessionStorage::start
public function start() : bool { if ($this->started) { return true; } $this->loadSession(); return true; }