07-17-2026, 03:14 AM
Ideally you should clear the browser cache. Browsers will cache content like external CSS files even if their timestamp has changed (the browsers actually won't check for updates unless some time has passed).
You can also use TIWServerInternalFiles to handle these files for you. TIWServerInternalFiles uses a clever hashing mechanism to always deliver the most up to date version available of the JavaScript or CSS file. If you are insterested I can point you an example
You can also use TIWServerInternalFiles to handle these files for you. TIWServerInternalFiles uses a clever hashing mechanism to always deliver the most up to date version available of the JavaScript or CSS file. If you are insterested I can point you an example

