I am trying to autoreload my page after every 20 seconds. I am using JavaScript for this instead of the .
I have
setTimeout('window.location.replace(window.location.href)', 2000);
did the trick