Caching JS filled fields in Safari - CF

I was running into an issue where some fields weren’t refreshing properly after being set. The fields in question were being loaded a bit differently than other pages, after the page had loaded the fields were filled using javascript. This caused a problem in Safari because it cached the information.

The solution - let ColdFusion tell Safari not to cache the page...

CF Development