Thanks everyone!

I found my problem, and it was a stupid mistake!!  :-(
I had CFOUTPUT tags within CFFORMS.
I had done an extended replace.  How stupid can you be.

Regards,
____________________
Michael Gagnon

----- Original Message -----
From: "Bud" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, June 05, 2001 12:12 PM
Subject: Re: Shopping cart problem - no cookies, no deal


> On 6/5/01, Michel Gagnon penned:
> >Hi!
> >
> >I have created a web site that uses a shopping cart.
> >I used the example in Ben Forta's book (2nd ed.),
> >chapter 24.  It states that the application.cfm
> >checks to see if the client browser accepts cookies.
> >If not, the CFID and CFTOKEN will be appended to all links in the
> >application...
> >
> >It works perfectly when the browser's cookies options are enabled,
> >but if I disabled them, the item that I add to the basket apears,
> >but when I get another item or view the shopping cart, everything is
gone.
> >
> >What could be causing this?
>
> Check to see if the url contains cfid=xxxx&cftoken=xxxxxx at the end
> of EVERY link when cookies are disabled. if not, then the session
> will die wherever you don't pass it.
> --
>
> Bud Schneehagen - Tropical Web Creations
>
> _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> ColdFusion Solutions / eCommerce Development
> [EMAIL PROTECTED]
> http://www.twcreations.com/
> 954.721.3452
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to