You generally get this error if you have the CFID and CFTOKEN in your URL
querystring twice. This can happen if you have not set addtoken="no" in a
cflocation and you are manually adding the CFID and CFTOKEN to your url

eg


<cflocation url="" - can cause this problem


<cflocation url="" addtoken="yes"> should work OK


<cflocation url="" addtoken="no"> - should
work OK


Paul
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to