Returns true if the cookie has expired.
public function isExpired() : bool { return null !== $this->expires && 0 != $this->expires && $this->expires <= time(); }