Guest User

Untitled

a guest
Feb 18th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $state = $this->_objManager->get('MagentoFrameworkAppState');
  2. $state->setAreaCode('frontend');
  3. $customerSession = $this->_objManager->get('MagentoCustomerModelSession');
  4. var_dump($customerSession->isLoggedIn());exit; // printing false either customer is logedin
Add Comment
Please, Sign In to add comment