Don't create the shopping cart array in your CFAPPLICATION tag, create it when you add the first item to it. Maintain a per-session cookie (no EXPIRES, so the browser won't save it). Store in this whether the cart existed last time you output a page. When you get the incoming message, check...