shubhishubhi Posted May 16, 2008 Share Posted May 16, 2008 I want to know if there is some functionlity available in PHP to clear the browser cache. I specifically need this functionality to clear the applet cache... because whenever we update our applet we have to ask the users to manually clear the cache to be able to use the new version of the applet. Any suggestions / inputs are welcome. Link to comment https://forums.phpfreaks.com/topic/105883-code-to-clear-browser-cache/ Share on other sites More sharing options...
networkthis Posted May 16, 2008 Share Posted May 16, 2008 apc_clear_cache — Clears the APC cache Link to comment https://forums.phpfreaks.com/topic/105883-code-to-clear-browser-cache/#findComment-542640 Share on other sites More sharing options...
trq Posted May 16, 2008 Share Posted May 16, 2008 PHP has no idea what a browser is let alone how to clearn its cache. It runs on the server, your looking for a scripting language that runs on the client. Link to comment https://forums.phpfreaks.com/topic/105883-code-to-clear-browser-cache/#findComment-542667 Share on other sites More sharing options...
shubhishubhi Posted May 16, 2008 Author Share Posted May 16, 2008 Yes basically i need something for this on the client side... I think this is the wrong forum for that.. Thanks for the inputs guys. Link to comment https://forums.phpfreaks.com/topic/105883-code-to-clear-browser-cache/#findComment-542675 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.