<div dir="ltr">Hello,<div><br></div><div>Thanks for the confirmation! Is there a way to selectively ignore only specific "set-cookie"/cookies, versus all "set-cookie" headers to force cache? Or even better to remove/strip certain cookies with a regex match? I imagine this way I can strip the cookies that aren't relevant, it would cache on it's own, and if some new cookie appears it will avoid caching the request. I believe this might be doable using Lua, but I haven't had any luck :( </div></div><div dir="ltr"><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Sep 22, 2019 at 7:26 AM Francis Daly <<a href="mailto:francis@daoine.org" target="_blank">francis@daoine.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Sat, Sep 21, 2019 at 01:02:57PM -0500, Andrei wrote:<br>
<br>
Hi there,<br>
<br>
> I'm having a hard time understanding why these requests aren't being cached<br>
> for 10 minutes? Is it the cookies?<br>
<br>
Yes.<br>
<br>
<a href="http://nginx.org/r/proxy_cache_valid" rel="noreferrer" target="_blank">http://nginx.org/r/proxy_cache_valid</a><br>
<br>
"""<br>
If the header includes the “Set-Cookie” field, such a response will not be cached.<br>
"""<br>
<br>
> If so how can I avoid this and force cache?<br>
<br>
"""<br>
Processing of one or more of these response header fields can be disabled using the proxy_ignore_headers directive.<br>
"""<br>
<br>
        f<br>
-- <br>
Francis Daly        <a href="mailto:francis@daoine.org" target="_blank">francis@daoine.org</a><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a></blockquote></div>