Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/05/2002, 13:50
LOG
 
Fecha de Ingreso: febrero-2002
Mensajes: 66
Antigüedad: 23 años, 3 meses
Puntos: 0
Re: Cerrar session

sql=" Select * from Autentificacion where usuario='"&usuario&"' and password= '"&password&"'"
rs.Open sql, con, 1, 1

If not rs.eof then
Session("user")=rs("Usuario")
Session("log")=rs("Id-User")
sessio.Abondon
rs.close
Response.redirect "Visitas Diarias.asp"
else

response.redirect "login1.asp?msg=Usuario%20y%20Password%20Inco rrectos"
end if