> form.cfid and form.
> > token into into the URL scope, and this will do the trick
> as long as
> > its before the the CFapplication tag.
>
> Hmm. How do I ensure it's before the application? It's called
> first automatically, no?
NO. You have to code <cfapplication> somewhere. So just before it you
can do
<cfif IsDefined("form.CFID") AND NOT IsDefined("url.CFID")>
<cfset url.cfid = form.cfid>
</cfif>
And the same for cftoken
You can also set setclientcookies="no" and do all the cfid/cftoken
handeling yourself.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

