On Sat, Nov 17, 2007, polloxx wrote: > On Nov 17, 2007 9:26 AM, Adrian Chadd <adrian@xxxxxxxxxxxxxxx> wrote: > > On Sat, Nov 17, 2007, polloxx wrote: > > > > > > The most annoying thing for non-authenticated users is that the > > > authentication pop-up keeps coming, even if he presses escape, on the > > > new request the pop-up comes back. I was thinking of a setting in > > > squid where it remembers for a given period that the ip is not > > > authenticated, without asking again and again. > > > > auth_ip_cache or something at devel.squid-cache.org. > > > > Adrian, > > auth_ip_cache is not known. I tried authenticate_ip_ttl but that > doesn't do what I want. Its a patch. Check the devel.squid-cache.org site and find that patch. It caches authenticated IP details per IP so it doesn't need re-authentication. Adrian