到底是什么标题说。 我需要停止浏览器每次请求时重新加载PAC文件的IE 8。
我只需要它每个会话加载一次。
IE应该在每个服务器/主机默认情况下cachingPAC结果,并且应该只在PAC文件parsing一个没有与该会话通话的主机时重新加载PAC文件,它不应该在每个请求中加载它。
控制是否通过主机caching结果的registry项是:
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings Value: EnableAutoproxyResultCache Type: REG_DWORD Data value: 0 = disable caching; 1 (or key not present) = enable automatic proxy caching (this is the default behavior)
或者您可以使用以下设置通过组策略进行控制:
User Configuration\Administrative Templates\Windows Components\Internet Explorer Disable caching of Auto-Proxy scripts