Skip to content

Instantly share code, notes, and snippets.

@peschmae
Created February 27, 2014 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peschmae/9246540 to your computer and use it in GitHub Desktop.
Save peschmae/9246540 to your computer and use it in GitHub Desktop.
<?php
/**
* Loads a user session
* @param string $sessionId
*
* @return boolean
*/
public function loadUserSession($sessionId) {
$this->feUserAuth->id = $sessionId;
$this->feUserAuth->fetchSessionData();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment