I want to be able to record when a user discontinues use of my application by calling a SQL stored proc. I have put the call in Session_End in my Global.asax file and it doesn't seem to ever get called. I tried the same thing in Application_End but I think that is not really the place I want.
I can successfully record when they log on using Application_Start. Is there something I am missing to get the same thing when they leave?
Thanks!!!
I can successfully record when they log on using Application_Start. Is there something I am missing to get the same thing when they leave?
Thanks!!!