November 10, 2014

Type of Magento Sessions

Core/Session:

Mage::getSingelton('core/session')

Handles information about end user ip address, messages, cookies

Customer/Session:

Mage::getSingleton('customer/session')

Handles information about the customer.

Checkout/Session:

Mage::getSingleton('checkout/session')

Handles information about the checkout, cart and details of guest account user 

No comments:

Post a Comment