There is a web page which interacts with a webserver to change values in the active directory.
When accessed in Chrome, I could change the data and after form submit, it shows the new values. Meanwhile in Internet Explorer it does not. The data modification itself takes place, so when I change something in IE and refresh the page in Chrome, it shows the new values. But in IE I did press F5 and Control+F5, it still shows the old values. I tried to use location.reload(true);
before form submission, but same same.
Only when I close the IE-window and restart it it shows the new values.
How can I hard reset the page for IE and retrieve the actual values after form submit? How could I forbid IE to write something to the cache or clear it?