public function UtilLogout()
 {
     // no argument
     $this->CheckAndSetHeader(__FUNCTION__);
     $this->encodeString($reg_args);
     $results = parent::UtilLogout();
     $this->methodClose();
     $this->is_login = false;
     return $this->decodeString($results);
     // returns stdClass
 }