[thelist] [ASP Question] Session_OnStart

David.Cantrell at Gunter.AF.mil David.Cantrell at Gunter.AF.mil
Fri Oct 18 15:38:00 CDT 2002


'As is probably obvious to some of you ASP Wizards, this code isn't
'executing, and i'm not really sure why.

First, comment out all the code and use a response.write() in the
session_onstart() routine to check and see if it is even being fired. If
not, the problem is not the code but the way the site/server is configured.

Your code looks ok to me at first glance, but be sure to .Close() the
recordset and connection, otherwise you have hanging connections out there
that chew up memory until released, if ever released.

HTH,
-dave



More information about the thelist mailing list