I’m having a problem with Internet Explorer caching a URL variable. I have a list of links:
- videorecorder.php?filename=12345″
- videorecorder.php?filename=123456″
- videorecorder.php?filename=123457
The variable is use for the video. I have tried everything here far but not luck. Tried this:
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
<meta http-equiv="EXPIRES" content="0">
It seem that the first variable pass in persist any subsequent filename variable are get ignored.
Here is the link http://codedecks.com/recorder/ to try it for yourself. Any suggestion would be GREATLY appreciated!
Yes this is a caching problem. Try DeveloperToolbar and disable cache and it will work fine. Try embedding your swf with a unique URL like
videorecorder.swf?c=someUniqeValue.