I'd definitely avoid writing session data into an SQL table since it won't scale
very well. Every page is going to involve a lot of overhead with unique SQL
queries that can't be cached very effectively.
If you're already maintaining your shopping basket as a ColdFusion Query object
then you should be able to do a "query of query" against it (as long as you're
using CF 5.0 or greater). This should help combine the ease of use SQL syntax
without pounding your MySQL database into oblivion.
-Cliff
On Sun, 19 Oct 2003 06:03:34 -0500, CF-Linux wrote:
>
> CF-Linux 19-Oct-03 Issue:261
> In this issue:
> Improving My Shopping Basket
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]
