Brian McGarvie wrote:
> Is it possible to run a scheduled task for a PATH not a url?
>
> I.e. if i want to schedules something sensitive what's the best way to do 
> this?
>   
What do you mean by 'sensitive'? If you mean, you don't want the script 
to be able to be run from the outside -

<cfif Left(cgi.http_user_agent, 10) IS NOT "CFSCHEDULE">
    <cfabort>
</cfif>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:271901
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to