<HTML><BODY>
08 февраля 2012, 09:44 от Quintin Par <quintinpar@gmail.com>:
> I maintain sessions with cookie name as "company_sessionid" having the
> session info.

> Now if I need to cache for that user or per user, how should I construct my
> proxy_cache_key?

proxy_cache_key "$scheme$host$request_uri$cookie_company_sessionid";

Max</BODY></HTML>