IE Caching dojo reqests from same domain

763
1
02-06-2013 06:25 PM
by Anonymous User
Not applicable
Original User: mons0160

Dojo  appends "&callback=dojo.io.script.jsonp_dojoIoScript7._jsonpCallback" to the end of a ajax request to prevent browser caching.  This is especially needed when checking the status of an asynchronous job repeatedly.  However I am having major issues in IE 7,8,9+  because my web application sits on the same domain as my GIS server and for some reason Dojo does not append the callback string in these cases and therefore when using IE my callbacks never complete because the reponse has been cached.

If this was a straight xhr request via dojo i could set the preventCache parameter to true, but because I am utilizing the arcgis javascript api for firing off several geoprocessing tasks i am unsure how to handle this one.

Is there a way to solve this?

Pics attached showing what I mean.

[ATTACH=CONFIG]21534[/ATTACH][ATTACH=CONFIG]21535[/ATTACH]
0 Kudos
1 Reply
by Anonymous User
Not applicable
Original User: nigel_tait

Hello,

Did you ever solve this problem, I have exactly the same issue.

Many thanks,

Nigel
0 Kudos