Example #1
0
 public function Logout()
 {
     $user = new UserLoginModel();
     $user->clearUserLoginSession();
 }