Example #1
0
 private function clearAllContext()
 {
     $this->logoutMdwsSubsystem();
     $this->m_nLastUpdateTimestamp = microtime(TRUE);
     $this->m_nInstanceClearedTimestamp = microtime(TRUE);
     $this->m_nInstanceTimestamp = null;
     $this->m_sCurrentTicketID = null;
     $this->m_aPersonalBatchStack = null;
     $this->m_nUID = 0;
     $this->m_sVistaUserID = null;
     $this->m_sVAPassword = null;
     /*
             $this->m_mdwsClient=NULL; // MdwsDao
     * 
     */
     Context::debugDrupalMsg('cleared all context of instance [' . $this->m_nInstanceTimestamp . '] at [' . microtime(TRUE) . ']');
     return '';
 }