ecordera
05-20-2007, 09:14 PM
I'm using Visual Web Developer 2005 Express Edition
IIS 5.1
I defined a variable in session_start as follows:
Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs)
Application("UserCount") += 1
Session.Add("StatusSesion", "Close")
End Sub
It works perfectly in LOCAL MODE but when I use it remotely
session_start Triggers every time I transfer to a new page so I always have a “Closed Session”
Can you tell me what I´m doing wrong?
IIS 5.1
I defined a variable in session_start as follows:
Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs)
Application("UserCount") += 1
Session.Add("StatusSesion", "Close")
End Sub
It works perfectly in LOCAL MODE but when I use it remotely
session_start Triggers every time I transfer to a new page so I always have a “Closed Session”
Can you tell me what I´m doing wrong?