I have a page action.php on which I run an SQL query through the code, so that whenever the page is viewed the query runs like its like counting page vi
action.php
if( $_SERVER['HTTP_CACHE_CONTROL'] == 'max-age=0') { $_SESSION['status'] = null; }