Hi,
We're using IE7, and many widget LED gauges with 10 seconds interval as below:
dataStreamURL='reload_value.cgi?args, refreshInterval='10'
each firing of them are creating a temp file like as below:
reload_value[0]
reload_value[1]
reload_value[2].........
I think that is IE cacheing issue. So I've been trying to avoid the cacheing:
<html>
<head>
<meta http-equiv='Content-Type' content='text/html;charset=utf-8' />
<meta http-equiv="pragma" content="no-store,no-cache">
<meta http-equiv="Cache-Control" content="no-store,no-cache">
<meta http-equiv="Expires" content="0">
But there're no changing on it with this control.
I understand this is not a problem because our LED guages works correctolly. However we sometimes have to perform the internet temporary file purge to recover its response.
Somebody, please adviseme.
Thanks,