Sign in to follow this  
fisherman

Widget realtime function creates too many internet temp files

Recommended Posts

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,

Share this post


Link to post
Share on other sites

the xml query is like this: chart9.php?FCTime=1404

chart9.php?FCTime=1407

chart9.php?FCTime=1412

chart9.php?FCTime=1434

chart9.php?FCTime=1614

that makes all browsers cache it every time. see if infosoft can remove the FCTime

Edited by Guest

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this