Hi All,
So I've got a public facing coldbox 2.6.x application and I need to
inject a randomly generated url parameter to defeat caching by a
customer's firewall. What I'm hoping is there is an easy way to
across the boards inject something like "&var=RANDOM-VAL-HERE" into my
application since everything runs through "index.cfm?event=foo".
Thanks for any input.
Then, when you call Event.buildLink(‘something’) you can add some random value to the string. All your links rendered to the view using Event.buildLink() would then have your random string to defeat customer firewall caching.