I have a script which at one point returns an image thumbnail using jquery built in java request.
Every time the php function get called, this thumbnail gets updated, but keeps the exact same filename. Problem is that the browser caches the thumbnail and it looks like it never gets updated.
Are here any techniques to avoid this?