esta bien hacer, esto?
Código PHP:
$_SESSION['cart']=null;
@$_SESSION['cart']['coupon']=null;
$_SESSION['cart']['fedex_price']=null;
$_SESSION['cart']['id']=null;
//$this->my_cart->destroy();
foreach ( $this->my_cart->contents() as $value ) {
$this->my_cart->destroy_item( $value['rowid'] );
}
cual es la manera recomendable,....