Returns cookie by name.
string $name:
string|null
public function getCookie(string $name) { return $this->driver ->getCookie($name); }