Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/07/2002, 12:43
Avatar de ashketchum
ashketchum
 
Fecha de Ingreso: julio-2001
Ubicación: En algun lugar de un gran pais
Mensajes: 418
Antigüedad: 22 años, 10 meses
Puntos: 0
Re: como hago para hacer expirar una session

Es fácil solo escribe esto:

Código:
<%
If Session("tunombredesesion") = "" then
Response.Redirect("http://www.adondequieras.com")
end if
%>
saludos y suerte

<img src="http://www.velazquez.com.mx/masteraspx/firma.jpg" width="465" height="79" border="0" usemap="#URL">
<map name="URL">
<area shape="rect" coords="270,48,347,61" href="http://www.masteraspx.tk" target="_blank">
</map>