I want to clear cache only for IE7, not in any other browser, how can i clear it.
i used following script to remove cache but it clear the cache of all browser, is there any solution to clear only the cache in IE7 through javascript?
<?phpheader("Cache-Control: no-cache, must-revalidate");?>
The problem has been resolved to do this.