Greetings,
I was wondering whether there is a way to disable back/forward caching in IE11. I noticed that setting TabProcGrowth to Zero (in the registry) ostensibly disables back/forward caching in IE11. However, if something like this holds it's undocumented behaviour AFAIK. Feel free to correct me on this one though.
Quick footnote / Context: I'm fully aware that setting TabProcGrowth to zero opens a whole can of worms however I also need to somehow disable back/forward caching in order for the application I'm developing (which attaches to IE11 using COM + IWebBrowser2) to keep tracking the currently displayed web page correctly. If back/forward caching is allowed to kick-in my IWebBrowser2 instance keeps pointing to the previous web page instead of the current one. Any tips appreciated.
Cheers,
Dominick