Last active
February 28, 2016 19:50
-
-
Save andevsoftware/6806795b7b7c432c38af to your computer and use it in GitHub Desktop.
Phalcon REST - AuthManager get session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if ($this->authManager->loggedIn()) { | |
$session = $this->authManager->getSession(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment