In .asp, what would be the best way to write information to a table as the session ends? From what I understand, you can only define values to application and session objects in a session_onend sub, making it impossible to do this. I would be willing to use an array but I can’t think of the best way to do this or how an array would work with an application variable.
I am kind of thinking about putting in array in an application object, but I’m not sure how to retrieve and store the information again, or if its even possible once a session_onend takes place.
This action MUST happen in session_onend.