<div dir="ltr"><div class="im" style="font-family:arial,sans-serif;font-size:13px">On Mon, Dec 02, 2013 at 09:29:53PM +0400, ไอษิาษส ์มยมฺฮฯื wrote:<br><br>> Hi there,<br><br></div><div class="im" style="font-family:arial,sans-serif;font-size:13px">
> > If it is a cookie called "user", then something like<br>><br>> > šproxy_cache_key "$host$request_uri $cookie_user";<br><br></div><div class="im" style="font-family:arial,sans-serif;font-size:13px">
> yes cookie, what does it mean called "user" ?<br>> Users have a cookie session, and this strind do not work =(<br><br></div>>š<a href="http://nginx.org/en/docs/http/ngx_http_core_module.html#variables" target="_blank" style="font-family:arial,sans-serif;font-size:13px">http://nginx.org/en/docs/http/ngx_http_core_module.html#variables</a><br style="font-family:arial,sans-serif;font-size:13px">
<br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">> or maybe</span><br style="font-family:arial,sans-serif;font-size:13px"><br style="font-family:arial,sans-serif;font-size:13px">
>š<a href="http://nginx.org/ru/docs/http/ngx_http_core_module.html#variables" target="_blank" style="font-family:arial,sans-serif;font-size:13px">http://nginx.org/ru/docs/http/ngx_http_core_module.html#variables</a><br style="font-family:arial,sans-serif;font-size:13px">
<br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">> If the cookie name is "session", then the nginx variable is</span><br style="font-family:arial,sans-serif;font-size:13px">
<span style="font-family:arial,sans-serif;font-size:13px">> $cookie_session.</span><br><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">THX!!!! Its work!</span></div>
<div><div><font face="arial, sans-serif">location ~* ^/.+\.(php)$ {</font></div><div><font face="arial, sans-serif">š š š š proxy_cache_methods GET HEAD POST;</font></div><div><font face="arial, sans-serif">š š š š proxy_ignore_headers Cache-Control Expires;</font></div>
<div><font face="arial, sans-serif">š š š š proxy_cache_key "$host$request_uri $cookie_PHPSESSID";</font></div><div><font face="arial, sans-serif">š š š š proxy_pass <a href="http://localhost:8080">http://localhost:8080</a>;</font></div>
<div><font face="arial, sans-serif">š š š š proxy_temp_path /tmp/nginx/tmp;</font></div><div><font face="arial, sans-serif">š š š š proxy_cache one;</font></div><div><font face="arial, sans-serif">š š š š proxy_cache_valid 200 304 1m;</font></div>
<div><font face="arial, sans-serif">š š š š expires 1m;</font></div><div><span style="font-family:arial,sans-serif">š š }</span><br></div></div><div><span style="font-family:arial,sans-serif">here i cache all php dynavics, cous it is from test stand. But it is work, dynamic for various browsers cachedš</span></div>
<table class="" style="border-spacing:0px;color:rgb(119,119,119);font-family:arial,sans-serif;font-size:13px"><tbody><tr><td style="padding:0px"><div class="" style="color:rgb(0,0,0);height:18px;margin:1px 0px;overflow:hidden;padding:0px;vertical-align:top;white-space:nowrap;direction:ltr">
in conformity with they cookies. Thx a lot!š</div><div class="" style="color:rgb(0,0,0);height:18px;margin:1px 0px;overflow:hidden;padding:0px;vertical-align:top;white-space:nowrap;direction:ltr">It is strange, this easy example i couldnt google for my case and situation.</div>
<div class="" style="color:rgb(0,0,0);height:18px;margin:1px 0px;overflow:hidden;padding:0px;vertical-align:top;white-space:nowrap;direction:ltr"><br></div></td><td style="padding:0px;width:464px"><br></td></tr></tbody></table>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/12/2 Francis Daly <span dir="ltr"><<a href="mailto:francis@daoine.org" target="_blank">francis@daoine.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Mon, Dec 02, 2013 at 09:29:53PM +0400, ไอษิาษส ์มยมฺฮฯื wrote:<br>
<br>
Hi there,<br>
<br>
</div><div class="im">> > If it is a cookie called "user", then something like<br>
><br>
> > šproxy_cache_key "$host$request_uri $cookie_user";<br>
<br>
</div><div class="im">> yes cookie, what does it mean called "user" ?<br>
> Users have a cookie session, and this strind do not work =(<br>
<br>
</div><a href="http://nginx.org/en/docs/http/ngx_http_core_module.html#variables" target="_blank">http://nginx.org/en/docs/http/ngx_http_core_module.html#variables</a><br>
<br>
or maybe<br>
<br>
<a href="http://nginx.org/ru/docs/http/ngx_http_core_module.html#variables" target="_blank">http://nginx.org/ru/docs/http/ngx_http_core_module.html#variables</a><br>
<br>
If the cookie name is "session", then the nginx variable is<br>
$cookie_session.<br>
<div class="HOEnZb"><div class="h5"><br>
š š š š f<br>
--<br>
Francis Daly š š š š<a href="mailto:francis@daoine.org">francis@daoine.org</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a></div></div></blockquote></div><br></div>