Quote:
Originally Posted by NancyJ
I've got the exact same problem in IE, except adding a random number to the url isnt helping, any ideas?
|
How random is the random number? (I haven't used that random generator before, I believe, if it isn't the same as in the C/C++ math library) could it maybe have happened that the rendom generator used the same random seed all the times?
Just taking a shot, try adding a counter instead as I did, there could be a chans that helps.