Whoops,

I didn't close my initial cfif statements.

<cfif isdefined("cookie.CFID")>
        <cfcookie name="CFID" value="#cookie.CFID#">
</cfif>
<cfif isdefined("cookie.CFTOKEN")>
        <cfcookie name="CFTOKEN" value="#cookie.CFTOKEN#">
</cfif>

> Les,
>
> I've used this a number of times.
>
> <cfif isdefined("cookie.CFID")
>        <cfcookie name="CFID" value="#cookie.CFID#">
> </cfif>
> <cfif isdefined("cookie.CFTOKEN")
>        <cfcookie name="CFTOKEN" value="#cookie.CFTOKEN#">
> </cfif>
>
> This basically copies the user session cookies back onto themselves,
> but with no expiration date. This turns them into a session cookie,
> which are destroyed when the browser is closed.
>
> Dean

-- 
__________________________________________
Dean Lawrence, CIO/Partner
Internet Data Technology
888.GET.IDT1 ext. 701 * fax: 888.438.4381
http://www.idatatech.com/
Corporate Internet Development and Marketing Specialists

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274390
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to