I'm working on a zend project and I installed PHP APC to catch the file upload progress. It works fine and giving the right upload information. But when I refresh the pages in my application, they are not reflecting. I've to restart my apache server each time to get the new response from server. Is there any way to disable the caching run by apc.
Thanks.