Commit 90d0715184358950a7da499d0e362600d67a67e8

Authored by anderson.peterle@previdencia.gov.br
1 parent 39d34074
Exists in master and in 1 other branch 3.1

Gerente-WEB: Ajustes para que o srCACICsrv obtenha o valor para timeout de conex…

…ões a partir da chamada do Agente Principal.

git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/gerente@828 fecfc0c7-e812-0410-ae72-849f08638ee7
Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
ws/srcacic_set_session.php
... ... @@ -236,11 +236,8 @@ if ($te_palavra_chave == $strTePalavraChave)
236 236 te_node_address_srv="'.$te_node_address.'" AND
237 237 id_so_srv = "'.$arrSO['id_so'].'"');
238 238  
239   - $arrConfiguracoesLocais = getValores('configuracoes_locais','nu_timeout_srcacic','id_local = '.$arrRedes['id_local']);
240   -
241 239 $retorno_xml_values .= '<NM_COMPLETO>'.EnCrypt($key,$iv,$nm_nome_completo,$v_cs_cipher,$v_cs_compress,$v_compress_level,$strPaddingKey).'</NM_COMPLETO>';
242 240 $retorno_xml_values .= '<ID_SESSAO>'.EnCrypt($key,$iv,$arrSessoes['id_sessao'],$v_cs_cipher,$v_cs_compress,$v_compress_level,$strPaddingKey).'</ID_SESSAO>';
243   - $retorno_xml_values .= '<NU_TIMEOUT_SRCACIC>'.EnCrypt($key,$iv,$arrConfiguracoesLocais['nu_timeout_srcacic'],$v_cs_cipher,$v_cs_compress,$v_compress_level,$strPaddingKey).'</NU_TIMEOUT_SRCACIC>';
244 241 }
245 242 }
246 243 else
... ...