C
Chris Leffer
Hi.
Reading the docs about the Global.asax events I noticed the names used
on the help are not the same on the file. For example, the docs talk
about Session_OnEnd but on the file I found Session_End. I tried a small
piece of code using Session_OnEnd and Session_End and both worked ok. Is
there any difference between Session_OnEnd and Session_End? Does the
same apply to the other events?
Regards,
Chris Leffer
Reading the docs about the Global.asax events I noticed the names used
on the help are not the same on the file. For example, the docs talk
about Session_OnEnd but on the file I found Session_End. I tried a small
piece of code using Session_OnEnd and Session_End and both worked ok. Is
there any difference between Session_OnEnd and Session_End? Does the
same apply to the other events?
Regards,
Chris Leffer