예제 #1
0
 public function AjaxHelpdeskLogout()
 {
     if ($this->oApiCapability->IsHelpdeskSupported()) {
         $this->oApiIntegrator->LogoutHelpdeskUser();
     }
     return $this->TrueResponse(null, __FUNCTION__);
 }
예제 #2
0
 public function AjaxHelpdeskLogout()
 {
     \CSession::Clear('aft-cache-ctrl');
     if ($this->oApiCapability->IsHelpdeskSupported()) {
         $this->oApiIntegrator->LogoutHelpdeskUser();
     }
     return $this->TrueResponse(null, __FUNCTION__);
 }