AYUDAAAA!!
Publicado por Guillermo (2 intervenciones) el 06/10/2000 00:00:00
¿Alguien podria decirme que hace el siguiente codigo?:
<%
Dim strIdSesion
Dim strNomServFuncional
Dim strIpCliente
Dim strIdPagador
Dim strError
Dim strNumError
Dim vntMatrizCuentas
Dim objSesionCompartida
strIdSesion = cstr(Request.QueryString("IdSesion"))
strNomServFuncional = cstr(Request.QueryString("NomServidorFunc"))
strIpCliente = cstr(Request.ServerVariables(32))
´ MANTENIMIENTO DE SESION
´ INICIALIZACION DE VARIABLES
strError=""
strNumError=0
Set objSesionCompartida = server.CreateObject("DllWebEBPP.clsSesionCompartida")
blnRespuesta= objSesionCompartida.MantenimientoSesion(cStr(strIdSesion), "", _
cStr(strNomServFuncional), cstr(strIpCliente), _
strError, strNumError)
Set objSesionCompartida = Nothing
If strError <> vbNullString Then
Response.Redirect ("../error.asp?VarError="&strError&"&lngError="&strNumError)
End If
%>
<html>
<head>
<title>Pagos BancaNet</title>
</head>
<frameset rows="125,58%,14%"
cols="*"
border="0"
framespacing="0"
frameborder="NO">
<frame src="topcons.asp?IdSesion=<%=Request("IdSesion")%>
0
<%
Dim strIdSesion
Dim strNomServFuncional
Dim strIpCliente
Dim strIdPagador
Dim strError
Dim strNumError
Dim vntMatrizCuentas
Dim objSesionCompartida
strIdSesion = cstr(Request.QueryString("IdSesion"))
strNomServFuncional = cstr(Request.QueryString("NomServidorFunc"))
strIpCliente = cstr(Request.ServerVariables(32))
´ MANTENIMIENTO DE SESION
´ INICIALIZACION DE VARIABLES
strError=""
strNumError=0
Set objSesionCompartida = server.CreateObject("DllWebEBPP.clsSesionCompartida")
blnRespuesta= objSesionCompartida.MantenimientoSesion(cStr(strIdSesion), "", _
cStr(strNomServFuncional), cstr(strIpCliente), _
strError, strNumError)
Set objSesionCompartida = Nothing
If strError <> vbNullString Then
Response.Redirect ("../error.asp?VarError="&strError&"&lngError="&strNumError)
End If
%>
<html>
<head>
<title>Pagos BancaNet</title>
</head>
<frameset rows="125,58%,14%"
cols="*"
border="0"
framespacing="0"
frameborder="NO">
<frame src="topcons.asp?IdSesion=<%=Request("IdSesion")%>
0
Valora esta pregunta


0