How do I prevent Internet Explorer from reloading the PAC file? I need to stop IE8 from reloading the PAC file on every request the browser makes.

I only require it to load once per session.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I haven't seen this behaviour before. The only thing that comes to mind is that caching of proxy autoconfiguration (PAC) scripts might be disabled. Even so, I wasn't aware that disabling such caching caused the script to be loaded more than once per browser session.

The setting is configurable via Group Policy at: User Configuration / Administrative Templates / Windows Components / Internet Explorer / Disable caching of Auto-Proxy scripts

In the registry, the policy setting lives at: HKCR\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\EnableAutoProxyResultCache

link|improve this answer
Thanks Evan, I'll poke around the registry shortly and get back to all here asap with the results. I do remember playing around with cache settings, but not PAC cache in particular. – darkAsPitch Feb 1 '10 at 4:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.