Converting an application that uses ColdFusion sessions to use J2EE sessions? Be careful. If your code ever refers to SESSION.CFID or SESSION.CFTOKEN directly that code will break (as those variables do not exist in J2EE sessions). SESSION.URLTOKEN and SESSION.SESSIONID, however, do exist in J2EE sessions (the values within them will be different, but the variables themselves exist). (Applies to: ColdFusion MX)
Leave a Reply