>
>
> <cfif IsDefined("Cookie.CFID") AND IsDefined("Cookie.CFTOKEN")>
> <cfset localCFID = Cookie.CFID>
> <cfset localCFTOKEN = Cookie.CFTOKEN>
> <cfcookie name="CFID" value="#localCFID#">
> <cfcookie name="CFTOKEN" value="#localCFTOKEN#"> </cfif>
It's worth noting that this will rewrite the cookies on every page request,
which is unnecessary and marginally more expensive. Instead, you can just
write the cookies once by not having CF set them, and setting them yourself.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

