% const MaxShoppingCartItems = 15 const ShoppingCartAttributes = 7 ' Create Shopping cart ReDim ARYShoppingCart(ShoppingCartAttributes,MaxShoppingCartItems) Session("MyShoppingCart") = ARYShoppingCart Session("ItemCount") = 0 %>