You already had an object created in application scope, then it was created again from somwhere else? So you create it twice. I just ran a test and it didn't do anything bad.
I have a mail notifier cfc that sends out mail. The way I had set it up was to create it from a paypal IPN page. Now I need it in another page. What if it was created on the second page, then someone hit the paypal IPN page? Would somethin clash and cause an explosion somehow? Am I making any sense here? :) I know I should probably go ahead and init() it in OnAppStart(), but there's some data it needs and I dont wanna screw with it. Will ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253678 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

