You might want to go with something a little more persistent then a session
such as a client var or just cookie'ing the CartID so that if the person
comes back the information is in there. You can also just run a routine at
the end of the day that deletes orphaned carts after a few days. Another
thing is if you are using MX+ you can make sure you have URLSessionFormat()
wrapped around everything which will make sure that if you can't set a
cookie that the CFID stuff will attach to the URL.


J.J.

On 6/15/07, James Smith <[EMAIL PROTECTED]> wrote:
>
> Ok, this is becoming a huge problem.
>
> Our website http://www.uwish.co.uk/ is starting to get loads of complaints
> on public forums that peoples shopping carts are emptying half way through
> their experience.  I have tried to replicate this problem on about 15 to
> 20
> computers and I can't get it to go wrong.  I can't fix a problem I can't
> find!
>
> Does anyone know what would cause a user to switch sessions (or any other
> reason a basket would empty)?
>
> Please, if you can spare 2 minutes to browse the site and add/remove stuff
> from your cart I would be most grateful.
>
> --
> Jay
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 by AdobeĀ®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:236709
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5

Reply via email to