All JSP pages (or the servlets they compile into) have a jspInit() and a jspDestroy() function. jspInit() is guaranteed to only run once, so it's a nice place to put code that you do not want executed with every request, and jspDestroy() is called when the servlet engine is shut down just before the object is garbage collected. Does anyone know how to override jspInit() and jspDestroy() in ColdFusion MX, or how to accomplish the same thing another way? If there is no native way, I will probably write a cf_init custom tag.
Thanks, Cantrell ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

