Hello All,
I have a mobile website, built using MVC structure in PHP. I embedded the code generated by the client in the site. The ads are displayed properly on the home page but on the subsequent inner page(s), I have to explicitly refresh the browser to display the ads. My code is embedded in the index.php file, as all requests are routed through this file. I even tried setting cache-control to no-cache, using the header function.
Any help on this will be appreciated...