Chrome caching 302 redirects
- by Thermionix
I have a php script with is used to rotate banner images on a site.
Under Firefox/IE page refreshes will make another request and a different image will be returned.
Under Chrome, the request seems to be cached and only opening the page in a new tab will cause it to actually query the script.
I believe this used to work in older versions of…