In one web application running on ColdFusion 9, the logout mechanism uses structClear(cookie) to get rid of cookies holding client-side data related to a session. While using this method is probably not recommended, in the same way, and for the sa...
Read moreUpgrading multiserver ColdFusion 8 to ColdFusion 9 and using the migration wizard
When performing a ColdFusion 9 multiserver upgrade, the existing ColdFusion 8 server must be uninstalled first. The instructions from Adobe recommend archiving the existing ColdFusion 8 configuration files ($JRUN/servers/*/cfusion?ear/cfusion?war/...
Read moreInteresting follow-up to ColdFusion listToArray() oddity.
Well! This was very interesting. Assuming I haven't made any dumb errors, there is one bug in ColdFusion 8 and three in ColdFusion 9 within the listToArray() function. The following is a MXUnit test case illustrating what I believe is expected, gi...
Read more