-
$_SESSION[‘name’] = ‘frontend’; -
$session = Mage::getSingleton(“core/session”, array(“name”=>”frontend”));
$session->setData(“device_id”, 4); -
Mage::getSingleton( ‘customer/session’ )->setValue( ‘name’, array( 1, 2, 3 ) );
-
None of the above
$_SESSION[‘name’] = ‘frontend’;
$session = Mage::getSingleton(“core/session”, array(“name”=>”frontend”));
$session->setData(“device_id”, 4);
Mage::getSingleton( ‘customer/session’ )->setValue( ‘name’, array( 1, 2, 3 ) );
None of the above