예제 #1
0
 /**
  * Removes the logged-in user from Session and expires Cookie,
  * effectively logging out...
  */
 static function UnsetCurrent()
 {
     AppUser::UnsetSession();
     AppUser::UnsetCookie();
 }