I have a shopping cart set up on an ASP page. I would like the user to only submit things to the cart that are the same vendor type. If the vendor is not the same, I wish to distroy the cart and create a new one. Here is what I have so far.
IF NOT isArray( Session( "savcart" ) )...