protected $session; $this->session = Session::instance();$this->session->set('myvariable', '1234 your value' );KO3 does not support dot-noted syntax for anything. That was one of the dumbest ideas I ever had. You can accomplish the same thing as your example with:
$_SESSION['cart'][$id]['price'] = 10;
It looks like you're new here. If you want to get involved, click one of these buttons!