>'A space-delimited list of URL substrings to ignore for this rule. >For example, to exclude "longreport.cfm" and all files in the >"/batchjobs/" folder, type: >longreport.cfm /batchjobs/'
But can you ignore based on querystrings? My software is Fusebox-based, so pretty much everything runs through the index.cfm file. It would only be for a specific fuseaction that I would need the timeout ignored. >As far as the directories not being created first... I don't know if you >would have any problems with that. Sometimes the cffile tag will quit >executing but the file system is still finishing copying the file. Some >times waiting for a few seconds BEFORE doing the redirect is enough time >for it to be there. Ah right, I have to copy the file as well. I don't think there really will be an issue though since the only way I'd do this is have a link to the file that the customer would click on...by the time they do *that* it should be finished. But throwing in a short delay would probably be a good idea anyway. >Actually, what I have done in the past here is dirty, but quick. >Everytime you go to write a new file, just do a cfdirectory to get a >list of all the files/directories, use a query of queries to filter out >ones older than a day, and then delete them. That way it cleans itself >every time it is used. Yes, I've done that as well in the past. >Of course, that approach does assume that there >is fairly regular traffic, since it would only clean up every time it >was used. Right, that is my concern in this case. For my own site, it's not unusual for there to be no downloads for several days, and with other users it may be even longer. --- Mary Jo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265340 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

