On Sun, Sep 21, 2008 at 06:29:42PM -0700, Deli Soetiawan wrote: > > thanks for your help, i've notice that was a reloading function using > SetInterval > [i]setInterval(reload, 5000);[/i], and i think this function built-in on > OpenLayers so it will not make a problem
Built into the browser, not OpenLayers. But yes. > for browser cache thing, i could use php with transsid enable and regenerate > session every data reload, or like you have said before we could use > random_seed in our browser using JS (nicely done) :D Never depend that all browsers will return different content for subsequent loads of the same URL without testing; IE's 'caching' is not always behaving as people would expect it to. Regards, -- Christopher Schmidt MetaCarta _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
