On Mar 2, 2011, at 9:17, Roch Delsalle wrote: > I would like to know how Varnish would behave if a web page is different > depending on the browser accessing it. > (eg. if a div is hidden for Internet Explorer users) > Will it cache it randomly or is will it be able to notice the difference ?
You have to add a token to the cache key based on "was this MSIE". (Or have the developers do it with CSS or JS instead ...) - ask _______________________________________________ varnish-misc mailing list [email protected] http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
