CF10 Cflocation Tag Not Working
Does anyone know what to do to fix a non-working <cflocation> tag?
Upgrading web site from WS2003 ColdFusion 8 to WS2008/64bit ColdFusion 10. Upgrading CF application has required a number of CF code and database tweaks. Application is processing normally with the following exception
Working on site upgrade few days ago, one <cflocation> tag in web application stopped transferring to its target page. I've placed <p> debug statements before and after the <cflocation> tag in question; and <p> debug statement at the start of the target page. the <p> before <cflocation> displays. But then the page ends without transferring. No error is indicated by either CF, CF logs, or the web server.
Could this be an server application pool problem? IIS is using DefaultAppPool application pool.
I've verified Cookie session is maintained. Also adding CF10's SessionRotate() to application home page, made no change to <cflocation> tag's failure to process.
I'm stumped, and any help is appreciated. Thanks
