Creates a cookie copy that is tied to the top-level site in cross-site context.
public function withPartitioned(bool $partitioned = true) : static { $cookie = clone $this; $cookie->partitioned = $partitioned; return $cookie; }