Kirk Strauser schrieb:
> Cons: state information is hidden, so caching has to know about internal 
> state 
> of methods and you can't always assume that "/reports/something" will return 
> the same thing for all visitors.

It depends on which level you do caching. If you use squid for example 
and the fact that someone is logged on (therefore his pages should not 
be cached) can be detected by looking at the cookie header, caching is 
very easy. Just tell squid (via the vary header) that the page contents 
depend on the cookie (done).

fs


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to