Use the below code to set and get Magento session values:
1 2 3 4 5 6 |
// set value $value = 123; Mage::getSingleton('core/session')->setValue($value); // get value $value = Mage::getSingleton('core/session')->getValue(); |
Setting and getting session values
You want or need help implementing this solution? Maybe you did not find what you were looking for? Contact me and I will assist you with whatever Magento problem troubles you!