Showing posts with label Get User Id. Show all posts
Showing posts with label Get User Id. Show all posts

December 19, 2013

Magento Get the admin session user id


Get the user id

Mage::getSingleton('admin/session')->getUser()->getId()


User details

Mage::getSingleton('admin/session')->getUser()