Guest User

Untitled

a guest
Jul 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. App::import('Core', 'Controller');
  2. App::import('Component', 'Session');
  3. $Controller = new Controller();
  4. $Session = new SessionComponent();
  5. $Session->startup($Controller);
  6. $Session->read('Auth.User');
Add Comment
Please, Sign In to add comment