getLocal(); $user['me'] = $this->getMe($user['local']); $user['config'] = $this->getConfig(); $user['notify'] = $this->getNotify(); Session::put('ptsess', $user); $this->user = $user; } else { $this->user = Session::get('ptsess'); } return $user; } }