Skip to content

Instantly share code, notes, and snippets.

@andevsoftware
Last active February 28, 2016 19:50
Show Gist options
  • Save andevsoftware/6806795b7b7c432c38af to your computer and use it in GitHub Desktop.
Save andevsoftware/6806795b7b7c432c38af to your computer and use it in GitHub Desktop.
Phalcon REST - AuthManager get session
<?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