JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrupdateSession($user->getAuthIdentifier()); $this->setUser($user); } /** * Logout the user without updating remember_token * and without firing the Logout event. * * @param void * @return void */ public function quietLogout() { $this->clearUserDataFromStorage(); $this->user = null; $this->loggedOut = true; } }