Example #1
0
 public static function LogoutUser()
 {
     Session::SetLoggedInUser(null);
 }