Search squid archive

Re: Caching strategy, will this work?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On tor, 2007-09-06 at 14:06 +0800, K J wrote:
> I'd like to have caching in my application. However, it serves up
> different content depending on if you are logged in or not.

Which places a great deal of strain on caching within HTTP... HTTP do
not like to see different content on the same URL..

It is possible to solve this using Vary, but only if you are not using
session cookies on anonymous users. And even then some browsers (mainly
Firefox) will get a bit confused not knowing they have to refresh the
page when the user logs in..

It is however in most cases possible to utilize a little bit of
javascript and style sheets to solve this problem by making the same
page display differently depending on the browser state, moving the
display logics from the server to the browser. A technique used
surprisingly little..

Regards
Henrik

Attachment: signature.asc
Description: This is a digitally signed message part


[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux