> Just some ideas: > It sounds like it could be a cache issue on the browser. Have you tried > other web browsers? > > Can you look at what filenames of the images, from the server POV, that > the client is the requesting? >
I logged the whole process, server returns and client receives correct filenames. I tried IE9, there was some error with JS and it doesn't work. Typical IE bulls Opera: it reloads the old files, as the set of filenames is limited. Terrible FF: it loads new files with some random old images. Haven't tried the webkit browsers. I guess it must be some caching problems. I think you must look at 'Expires:' field in server response header. > Browser caches objects (including images) based on this field. > If you want your images to be reloaded every time, just make your server > to return Expires to any date in the past. Can you elaborate a little more? Maybe I should try generating random filenames.
