[thelist] [ASP Question] Session_OnEnd

Jacques Capesius jacques_capesius at cnt.com
Fri Oct 18 15:17:00 CDT 2002


sorry to keep bugging you folks with these stupid questions and thanks for
your continued help. I did get the Session_OnStart event to work by moving
it to the global.asa file in which it resides to the root web directory. I
have a new question tho.

I now have a Session_OnEnd event I want to grab and when that happens, run
the following chunk of code:

SQLQuery = "UPDATE Session_States "&_
	     "SET session_end = getdate() "&_
	     "WHERE session_ID = '"&Session.SessionID&"'"

now... I'm thinking that since it's the ending of the session that's the
event, and this happens after the session has ended, the sessionID I'm
trying to grab will have already been discarded and this code will be
patently useless. Is this true? If it is, I'll need to come up with some
other way to grab the amount of time people are spending on the website I'm
popping this stuff on. thanks again, all.




More information about the thelist mailing list