I have a form. When the form is submitted I set cookie values for most
of the form fields. Then I check the db to see if the user has entered a
unique key that is already in the db. If so then the user is sent back
to the form. I have code in the form whereby if the cookies have values
then those values are used in their corresponding form fields (so that
the user doesn't have to fill everything out again). Problem is that the
user is being sent back to this page and suddenly the cookie no longer
exists.
Now, and maybe this is it and I just don't realize it, the beginning of
my form page is a listing of cfparam tags setting default null values
for my cookies (this was in case the cookies didn't already exist when
they first come to the page). I wouldn't think this is the problem since
an existing value should take precedence over the cfparams (at least it
does when I use the variables scope, maybe the cookie scope is
different?) Help...
Cutter
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

