
22/06/2004, 13:20
|
 | | | Fecha de Ingreso: febrero-2003 Ubicación: México
Mensajes: 75
Antigüedad: 22 años, 3 meses Puntos: 0 | |
Borrar archivos con Session_OnEnd Amigos Maestros
¿Alguien Sabe porqué no me funciona este código dentro del Global.asa aunque se termine la sesión?
Sub Session_OnEnd
Dim FSO
Set FSO = Server.CreateObject("Scripting.FileSystemObject")
FSO.DeleteFile Server.MapPath("downloads\" & Session.SessionID &".xls")
Set FSO = Nothing
end sub
Si lo escribo en un asp funciona muy bien.
Gracias |