> Do I need to specify the second flush to flush index.cfm or 
> will the first flush take care of both index.cfm and 
> index.cfm?*
> 
> 1. <cfcache action="FLUSH"
>     directory="#FilePath_2#"
>     expireurl="index.cfm?*">
>     
> 2. <cfcache action="FLUSH"
>     directory="#FilePath_2#"
>     expireurl="index.cfm">

If I recall correctly, the EXPIREURL attribute is looking for a matching
string pattern, so the first one wouldn't catch "index.cfm". However, you
should be able to use "index.cfm*" to catch the file name by itself as well
as with a query string.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to