Hello,<br><br>No dia Sexta-feira, 31 de Agosto de 2012, Maxim <a href="mailto:Douninmdounin@mdounin.ru">Douninmdounin@mdounin.ru</a> escreveu:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello!<br>
<br>
On Wed, Aug 29, 2012 at 01:04:13PM -0400, nfn wrote:<br>
<br>
> Hello,<br>
><br>
> I'm caching pages with nginx using the following rules:<br>
><br>
> fastcgi_no_cache $cookie_member_id $is_args<br>
> fastcgi_cache_bypass $cookie_member_id $is_args<br>
> fastcgi_ignore_headers Cache-Control Expires Set-Cookie;<br>
><br>
> Now, there is a cookie (session_id) that need to be passed to backed, but it<br>
> shouldn't be stored in the cache, since it's the session_id of a guest user<br>
> and other guests should not see this.<br>
><br>
> Is there a way to store the page in the cache but before that, remove this<br>
> cookie?<br>
<br>
Use<br>
<br>
    fastcgi_hide_header Set-Cookie;<br>
<br>
See <a href="http://nginx.org/r/fastcgi_hide_header" target="_blank">nginx.org/r/fastcgi_hide_header</a>.<br>
<br>
Maxim Dounin<br>
<br>
</blockquote><div><br></div><div>I can't use hide_header because It will hide all cookies. I just want to hide/delete session_id cookie</div><div>Any ideas?</div><div><br></div><span></span>Thanks,<div><br></div><div>
Nuno<br><div> </div></div>