I have decided to append a random number to the end of each URL using 'random between(1,999999)'. This is a pain, but doable.
Stuart,
When I wrestled with this same problem, I thought about using the random query param trick until I discovered that the order of sending the headers mattered. I didn't want to append the number, thinking too that it would be a big pain to implement.
Should you still decide to go down this route see this message from the list archives. It gives some hints about an easier way to auto-append the query param.
http://www.mail-archive.com/active4d-dev%40aparajitaworld.com/msg01406.html
-- Brad
_______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
