How To Save Value Into The Magento Session

How can save data into a Magento session object

You need to load Magento core/session object and call setValue method to save data into a Magento session object

$value = "Your string";
Mage::getSingleton('core/session')->setValue($value);
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments