I have a template that calls a URL on my server to obtain an integer... the integer should change on every load. If I run the template multithreaded... it gets the same integer in both threads. There's no way my server is retrieving the same integer on each load, so obviously the browser is caching the previous thread. I can't easily add a "Clear Cache" step to the beginning of the template, because I have 100+ templates setup this way! Is there a "no cache" global option in Zenno, or some other workaround someone can think of?