I can’t seem to find the solution for this. I’m using EE2.0.
I have a template that embeds another template a couple times. The embeded template uses the rand() function in PHP. What happens is I end up getting the same rand number for each embed which suggests to me that it’s using a cached version.
Both the first template and the embeded template appear to have caching disabled (Enable Cache? No is selected). Is there somewhere else I need to check to disable this? Certainly we’ll want some cache used here and there but for this particular template I need to turn it off.