Ver Mensaje Individual
  #1 (permalink)  
Antiguo 15/01/2003, 08:54
Avatar de splashman
splashman
 
Fecha de Ingreso: julio-2002
Ubicación: Super lejos
Mensajes: 364
Antigüedad: 22 años, 10 meses
Puntos: 1
¿- 1 visitas?

tengo un problema en mi web:
me sale esto


SESIONES ACTIVAS: -1
VISITAS HOY: (no sale nada)

que sera?

tengo el global.asa asi...

Cita:
<script language="VBScript" runat="Server">

Sub Application_OnStart()
Application.Lock
Application("ActiveUsers") = 0
Application("UsersHoy") = 0
Application("Hoy") = Date()
Application.UnLock
End Sub

Sub Application_OnEnd()
End Sub

Sub Session_OnStart()
Session("Start") = Now
Application.Lock
If Application("Hoy") = Date() Then
Application("ActiveUsers") = Application("ActiveUsers") + 1
Application("UsersHoy") = Application("UsersHoy") + 1
Else
Application("UsersHoy") = 1
Application("PaginHoy") = 1
Application("Hoy") = Date()
End If
Application.UnLock
End Sub

Sub Session_OnEnd()
Application.Lock
Application("ActiveUsers") = Application("ActiveUsers") - 1
Application.UnLock
End Sub
</script>
porfa ayudenme...

salu2
__________________
Cada dia se aprende algo nuevo