Hi all you clever people!!!
I want to use the Session_Start and Session_End events to show how many users are using my site at one moment. Ive used a text file to store the number, which will be the number zero initially. Then when the Session starts, I use the above events in the global.asax...