Paul Ihrig wrote: > the application.cfm is at the site root. > and dosnt have any thing to do with the cart...
Your problem has nothing to do with the cart itself or the component that created it. This problem is all about the session scope and its complex relationship to the application name and the cfid and cftoken cookies. You would be having the same problem with a simple integer in the session scope under the same conditions. It is just a matter of figuring out what those conditions are. What do you have defined in the 'this' scope in the application.cfc in the cart folder? How does that relate to an <cfappplication ...> tag in the application.cfm site root? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324611 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

