Yes, you have to uncode the url before the <cfapplication> tag, because once the <cfapplication> tag is processed, Coldfusion no longer knows if there is a cfid and cftoken passed. For example, first you have CFID=2525&CFTOKEN=26363626
<cfset url.cfid = decoded cfid>
<cfset url.cftoken = decoded cftoke value>
<cfapplication ....>
That will work.
Main Topics
Browse All Topics





by: CFDevHeadPosted on 2005-10-29 at 07:56:15ID: 15185228
It might help if we ca see you application page