Caching issue

Dag-Erling Smørgrav des at linpro.no
Sat Mar 8 16:56:14 CET 2008


Shain Miley <smiley at npr.org> writes:
> What I cannot do...is request a url using GET on one machine..then stop 
> the webserver and request that same url from firefox (different machine) 
> and get a valid page...I get a 503 error...

Most likely because Firefox has a cookie that triggers the following
code:

>         # We only care about the "__ac.*" cookies, used for authentication
>         if (req.http.Cookie && req.http.Cookie ~ 
> "__ac(|_(name|password|persistent))=") {
>                 pass;
>         }

DES
-- 
Dag-Erling Smørgrav
Senior Software Developer
Linpro AS - www.linpro.no



More information about the varnish-dev mailing list