IE7 caching dynamic XML (for use with SPRY)
Web Development
I have only used Spry a few times so this might be a common issue. I have recently started doing the cross-browser testing for this latest code, I noticed that IE7 is caching the XML I am generating for my Spry datasources. I even tried using the whole cfheader no-cache routine...
What I ended up doing to prevent this from happening was to append the tickCount to the XML call as such:
Is there any better trick to prevent IE from being so "IE" about this?
var MySpryDS = new Spry.Data.XMLDataSet(""/index.cfm/event/Data.xml/#getTickCount()#"", ""loanapps/loanapp"");





Loading....