Whether this cookie is about to be cleared.
public function isCleared() : bool { return 0 !== $this->expire && $this->expire < time(); }