How to cache phpsessid?

Philipp e1c1bac6253dc54a1e89ddc046585792 at posteo.net
Sun Oct 26 10:07:29 UTC 2014


Am 26.10.2014 10:51 schrieb photographer:
> Thank you for answer.
> I.e. Nginx cannot store to cache a page with phpsessid cookie?

What caching means? If you talk about proxy_cache; you might want to 
check:
http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cache_key

Setting that for something like location /images without $args would 
cache that
path even with a phpsession-id as argument

HTH



More information about the nginx mailing list