session cache
Виталий Владимирович
artemrts at ukr.net
Mon Dec 2 18:53:53 UTC 2013
--- Original message ---
From: "Francis Daly" <francis at daoine.org>
Date: 2 December 2013, 19:21:29
> On Mon, Dec 02, 2013 at 09:18:06PM +0400, Дмитрий Лабазнов wrote:
>
> Hi there,
>
> > Could you plz some example ?
>
> What is a session?
>
> If it is a cookie called "user", then something like
>
> proxy_cache_key "$host$request_uri $cookie_user";
Or better: proxy_cache_key "$host$request_uri$cookie_user$remote_addr";
More information about the nginx
mailing list