I posted this reply earlier, but it never showed up!

I had similar problems with cookie's in a shopping cart I implemented 
recently.   I switched to using Client variables, and it's working a treat!!!

I think it's all to do with the cookie's not being written/deleted until 
the browser session finishes...



At 15:11 6/04/00 -0400, you wrote:
>I have a cart setup fusebox style... when you select order it runs the main
>template, calls aps_globals first (containing cfapplication) - then runs the
>script to add the item to the cart... then cflocation to the cart contents
>so you can see what is in your cart... for some reason the item added
>vanishes.
>
>After closer inspection I have found that the cookie isn't being written
>until the main cart/contents page is added.  What I'm thinking is the item
>is being added to the session query, then the cookie is written -
>overwriting that session variable or something.
>
>Something else that is interesting... I've found the cfid/cftoken's aren't
>right...
>
>see... I display cftoken/cfid on the page, and in the URL that forwards you
>back to the cart contents after it adds the item... they are different!
>
>Now, if I go back to the site and add another item it works fine... all of
>the time, until I delete my cookie and restart my browser... then the EXACT
>same thing happens!
>
>What is going on here!!

------------------------------------------------------------------------------
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