But then, if I know that all my cookies are named "mycookieA" and "mycookieB", I could use
if (req.http.Authenticate || req.http.cookie "mycookie=") {
?

That would work too, for the types of sites that I run, it just requires a bit more maintenance. I didn't realize that req.http.cookie is a string, based on the examples I thought it was a boolean.

-Arne

Anton Stonor wrote:
Please ignore that - it will have the opposite effect as intended. Sorry.

/Anton

_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to