Hello there.
I have a webpage that need to reload every 10 seconds, so I have put a meta tag:
<meta http-equiv="refresh" content="10">
Now this seems to work ok.
Now the problem is that my application requires to be monitored most time of the day and some users have reported that the refresh thing stops working after some time in the day.
So is there any problem in the meta refresh so that if it is allowed to refresh for many hours then at some time it stops working and the page don't reload?
Is it a browser problem?
Is there any work around for this?
I have a webpage that need to reload every 10 seconds, so I have put a meta tag:
<meta http-equiv="refresh" content="10">
Now this seems to work ok.
Now the problem is that my application requires to be monitored most time of the day and some users have reported that the refresh thing stops working after some time in the day.
So is there any problem in the meta refresh so that if it is allowed to refresh for many hours then at some time it stops working and the page don't reload?
Is it a browser problem?
Is there any work around for this?
Comment