I have problem without solution and need help.
I take secure code to prevent http refresh, it monitoring if the client request too mutch http response and prevent it to take the server down.
If we take too mutch refresh on page, the client gets blank page with the tittle "Loading..." for 2 seconds, and after that the normal page load.
To make that the code use:" meta http-equiv="Refresh" " tag, and by some reason on determined situation the page still refreshing without stop.
I searched for some solution, and found that was a "inssue" from Chrome and apparently with no solution.
I try use javascript to verify if client using Chrome, and if is Chrome don't refresh with meta tag, make the refresh with javascript.
Anyway, Chrome still exhibits this behavior, which is making me nuts.
If you want to try, can you access www.sport4u.com.br access any product or link on page, press F5 many times (10seconds) when you get blank screen with Loading title press "History back" button, and wait.
What can be causing this, and how can I solve it?