How do I cache a page for logged-in user?

Hi all,

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?

-Quintin

08 февраля 2012, 09:44 от Quintin P. : > 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

Thanks a lot!
-Cherian