Ok, I figured some of this out. The reference to application.cartservice in onSessionEnd() doesn't return anything. Apparently the application scoped cfc's are gone by the time it fires. If I fire onSessionEnd() myself thru a URL var in onRequestStart(), it works, cause I didn't kill the app.
One way I've thought of gettin around this problem is to break an encapsulaltion rule - Set the variables as session variables in the cartservice.cfc. Then reference those in onSessionEnd(). Any better ideas? 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:249283 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

