



Enterprise customers can also contact Cloudflare Support to raise the limit to a higher value.on that doc
fetch inside my SvelteKit to another endpoint of the same app on Pages, why does CF add pviate=Set-Cookie to my api response headers tho 
private=Set-Cookie, also I don't have part in SvelteKit app that setCookie anywhere worktop cf-cache-status was HIT but I think the private=Set-Cookie cost me another request to Pages private=Set-Cookie when there is a Set-Cookie header pviate=Set-Cookieprivate=Set-Cookieprivate=Set-Cookieprivate=Set-CookieworktopworktopHITPagesif (isGET && isCacheable(res)) {
if (res.headers.has('Set-Cookie')) {
res = new Response(res.body, res);
res.headers.append('Cache-Control', 'private=Set-Cookie');
}
}