Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hhirsch/d8240523c567182411e2047d81474ab3 to your computer and use it in GitHub Desktop.
Save hhirsch/d8240523c567182411e2047d81474ab3 to your computer and use it in GitHub Desktop.
public function setCustomerAsLoggedIn($customer)
{
$this->setCustomer($customer);
$this->renewSession();
Mage::getSingleton('core/session')->renewFormKey();
Mage::dispatchEvent('customer_login', array('customer'=>$customer));
return $this;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment