What is the best way to store session values in Magento?

  • $myValue=’Hello world’; Mage::getSingleton( ‘customer/session’ )->setMyValue($myValue);
  • $myValue=’Hello world’; Mage::getSingleton( ‘core/session’ )->setMyValue($myValue);
  • $myValue=’Hello world’; Mage::getSingleton( ‘core/variable’ )->setMyValue($myValue);
  • $myValue=’Hello world’; $_SESSION[‘MyValue’] = $myValue;

Похоже, тупой индус взял вопрос отсюда: imanalicse.blogspot.com/2014/09/magento-sesssion.html