I am running a multiplayer game based on SWFs. These cache to the browser as you know. When the game gets updated, users are FORCED to clear their cache. There's a fix for this, which is adding a random time. As the game uses over 10k SWF files, how can I make this auto? As an SWF file is requested, automatically add to the end of the url as so: file.swf?nocache=somethingrandom
I am capable of PHP, Nginx and any related Centos 6(6.9) solutions.