Tuesday, July 10, 2012

How to remove customer data only from session in magento

If you want to remove only customer data from the magento session you can try like

Mage::getSingleton('customer/session')->unsetAll() ;


and enjoy!!!!!!!

No comments:

Post a Comment