Steve,

The main reason for using Client Scope versus Session Scope is one of
scalability. If you ever in the future, have to scale you application to
more than one server, session scope is useless. Personally, the only major
difference is you have to run a small piece of code at the top of every
request to approximate session timeouts, other than that it is using client.
instead of session. You also need to use the database for storage of the
client variables for scalability and stability issues.

Thanks,
David Sparkman
Application Development Team Leader
Weberize, Inc.
http://www.weberize.com


-----Original Message-----
From: Steve Ray [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 21, 2000 4:58 PM
To: Fusebox
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