in my gloval.asa ive got this
VB Code:
sub onSessionStart session("USER") = "Unkown" end sub
when i come tocalled value from the sesion variable it reutns nothing?
any ideas
thanks :)
Printable View
in my gloval.asa ive got this
VB Code:
sub onSessionStart session("USER") = "Unkown" end sub
when i come tocalled value from the sesion variable it reutns nothing?
any ideas
thanks :)
Maybe this is because the global.asa file is in the wrong folder?
try this
VB Code:
Sub Session_OnStart() ... ... End Sub
Also you have to make sure that the application is started in IIS.
Michael
thanks the
Sub Session_OnStart()
...
...
End Sub
work!!
cheers:D