cookie = $cookie; } public function start() { // Backward compatibility until all Session variables are replaced // with the Session class $_SESSION = []; $this->clear(); return $this; } }