![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
27/12/2004, 09:03
|
| | Fecha de Ingreso: diciembre-2004 Ubicación: Bogota
Mensajes: 19
Antigüedad: 20 años, 1 mes Puntos: 0 | |
posible solucion en application.cfm podria:
<cfif not isdefined("session.misesion")>
<script language="javascript">
alert("Fin de las sesiones!");
</script>
</cfif> |