I can't get my session_onend to fire in global.asa. I'm trying to add a list of users who are online to a database by adding their username in the session_onstart event, and then removing them from the database in session_onend.
the onstart event fires and the usernames get added to the database, but they never get deleted. I tried copying the code in onend to an asp file and everything works fine there. The timeout is set to 5 minutes.
Any ideas?