My webpage serves different content based off the query string parameters, and the order of the parameters doesn't matter.
For example, these two URLs result in the same content: /index.php?a=1&b=2 /index.php?b=2&a=1 The URL generation is out of my control, and there are many possible parameters. As far as I can tell, Varnish will generate different hashes for these two URLs. Is there anything I can do? Thanks, Dan
_______________________________________________ varnish-misc mailing list [email protected] http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
