]] Kim Eik

> However, are other commands like ban() affected by the hash_data?
> 
> so if i were to ban_url(/some/url) would it only ban /some/url for the
> JSESSIONID hash it was operating under or would it affect all requests
> against /some/url regardless?

No, ban_url(x) is just shorthand for ban("req.url ~ " + x).  That only
looks at the value of req.url, not any other variables.

-- 
Tollef Fog Heen
Technical lead, Varnish Software
t: +47 21 98 92 64

_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to