I have this on one page:
<cfcookie name="MyCookie" value="#qryMyQuery.my_field#" expires="1">

I have this on the 2nd page:
<cfset varMyVariable = "#Cookie.MyCookie#">

When I go to the 2nd page, I get:
Error resolving parameter COOKIE.MYCOOKIE

When I go to the first page, I have a call to a JavaScript function in the
<body> tag that submits a form to the 2nd page as soon as the page loads.
Could this be causing a problem with the cookie similar to the problem with
using <cflocation>?

Todd Ashworth



------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to