Hide/Delete a cookie when stored in cache

Nuno Neves nfnlists at gmail.com
Fri Aug 31 23:03:01 UTC 2012


Hello,

No dia Sexta-feira, 31 de Agosto de 2012, Maxim
Douninmdounin at mdounin.ruescreveu:

> Hello!
>
> On Wed, Aug 29, 2012 at 01:04:13PM -0400, nfn wrote:
>
> > Hello,
> >
> > I'm caching pages with nginx using the following rules:
> >
> > fastcgi_no_cache $cookie_member_id $is_args
> > fastcgi_cache_bypass $cookie_member_id $is_args
> > fastcgi_ignore_headers Cache-Control Expires Set-Cookie;
> >
> > Now, there is a cookie (session_id) that need to be passed to backed,
> but it
> > shouldn't be stored in the cache, since it's the session_id of a guest
> user
> > and other guests should not see this.
> >
> > Is there a way to store the page in the cache but before that, remove
> this
> > cookie?
>
> Use
>
>     fastcgi_hide_header Set-Cookie;
>
> See nginx.org/r/fastcgi_hide_header.
>
> Maxim Dounin
>
>
I can't use hide_header because It will hide all cookies. I just want to
hide/delete session_id cookie
Any ideas?

Thanks,

Nuno
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20120901/0d579dcd/attachment.html>


More information about the nginx mailing list