A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Cache-Control: private Expires: Mon, 11 Sep 2006 13:41:43 GMTNow the expires date here is now, which I'd sort of expect as I've set the timeout to 0. However, if I set a value (say 3600 = 1 hour), the headers are:Cache-Control: no-cache Pragma: no-cache Expires: -1Now this is the opposite of what I'd expect. I'd hope for a "Cache-Control" of private (or public if this is possible), and an expiry one hour in the future. Am I doing something silly? Any ideas? Thanks Jon