> Wouldn't it work better like so.....
> 
> <CFIF isDefined('Cookie.CFID') AND isDefined('Cookie.CFTOKEN')>
>  <CFSET tempID = Cookie.CFID>
>  <CFSET tempToken = Cookie.CFTOKEN>
>  <CFCOOKIE NAME="CFID" value="#tempID#">
>  <CFCOOKIE NAME="CFTOKEN" value="#tempToken#">
> </CFIF>

No, because then the cookies would never be created. The point of the
exercise is to create session cookies, so Chris has set the SETCLIENTCOOKIES
attribute of CFAPPLICATION to "no".

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to