Looktrne Posted February 3, 2008 Share Posted February 3, 2008 I have a dynamic site were the cache is on... so when I reload a page it does not update dynamicly it gives you the page you viewed on last visit... in phpinfo.php I found this realpath_cache_size 16K 16K realpath_cache_ttl 120 120 I do not have this on my other server and I believe this is causing the cache... but I cant find this in php.ini I was going to change it to 0... anybody know how to disable this cache??? I tried it through the html and did not work... thanks for any help on this matter Paul Quote Link to comment https://forums.phpfreaks.com/topic/89208-cache-causing-issues-how-can-i-turn-off/ Share on other sites More sharing options...
resago Posted February 3, 2008 Share Posted February 3, 2008 unless your php code is changing, what you want to look at is headers what will turn of the clients browsing cache. Quote Link to comment https://forums.phpfreaks.com/topic/89208-cache-causing-issues-how-can-i-turn-off/#findComment-456879 Share on other sites More sharing options...
Looktrne Posted February 4, 2008 Author Share Posted February 4, 2008 I tried turning it off in the headers and it does not work.. the pages are still not dynamic.. it shows the last html loaded even for dynamic pages... come someone please tell me how to change this setting so I can see if this solves my issue... thanks Paul Quote Link to comment https://forums.phpfreaks.com/topic/89208-cache-causing-issues-how-can-i-turn-off/#findComment-457582 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.