I'm adding some variables and a few functions to the shoppingCart class, yet $_SESSION['cart'] does not have my functions or variables available. Does anyone have any ideas why?
Is there some serialization or some way I need to add my functions? They are inside the class definition...any help is appreciated.
thanks



