cakephp3 Get the current Login Username May 31, 2016 admin Leave a comment $username = $this->request->session()->read('Auth.User.username'); or $username = $this->Auth->user('username'); A Nice Login logout links with;