> Why WDDX/Client? We always use session, and it works well.

If you want to add more than one server you have to either use cookies or
client database storage.  Otherwise every server the user hits holds
different shopping cart information.  Session works great when you know you
will ALWAYS have only one server and you wont run out of memory.  But its
not a smart choice, even if you are only planning on using one server.

--Greg
----- Original Message -----
From: "Steve Ray" <[EMAIL PROTECTED]>
To: "Fusebox" <[EMAIL PROTECTED]>
Sent: Thursday, December 21, 2000 5:57 PM
Subject: Re: Fusebox Shopping Cart


> Erik -
>
> Why WDDX/Client? We always use session, and it works well.
> Love to see your code.
>
>
> Steve
> Matrix
>
>
> Erik Voldengen wrote:
>
> > That's a good first cart, because it's the best choice,
> > IMO.  I will never use session variables again for a shopping
> > cart.  WDDX/Client Variables is the way.
> >
> > I have some cool code to make this easier if you'd like it.
> >
> > -Erik
> >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to