I got following array in my PHP $_SESSION
[CART] => SHOPPINGCART OBJECT
(
[CONTENTS] => ARRAY
(
[121] => ARRAY
(
[QTY] => 1
)
I know how to change some simple $_SESSION variable, but what if there is an array in array and then there is the value I want to change? Or what if i wanted to add a new Array to [CONTENTS]? Sadly i couldn't find a solution on here.
[CART] => SHOPPINGCART OBJECT