I thought the onRequest method caused issues with calling CFCs remotely. I heard CF 9 fixed, but I'm not using CF 9. I guess this would work in the onRequestStart method though. Is this correct?
> I would do user checks in a component from onRequest and then use a > proxy cfc for your ajax requests. Using onRequest, you can check the > url and if it is the proxy cfc, then do your user credential checks > before allowing access. Otherwise, you'll need to use the client scope > in your cfc directly. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339293 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

