I've got an application in which the Javascript is changing relatively rapidly; our testers have run repeatedly into the prroblem that a refresh of the page in IE and Firefox doesn't cause the new javascript to be loaded until the browser cache is cleared and the page is refreshed several times.
I'd like to set the exiration time on the javascript files to force them not to be cached, so they are reloaded every time the page is reloaded.
How can this be done?