Checks whether the cookie should only be transmitted over a secure HTTPS connection from the client.
public function isSecure() : bool { return $this->secure ?? $this->secureDefault; }