RE: CFCACHE and security concerns

2000-12-04 Thread Marc Schipperheyn
IMHO CFCACHE sucks. It uses a cfhttp request to cache an entire page. First of all you need to be careful with that because a cfhttp request consumes an extra thread next to the one being executed on the page containing CFCACHE. What I did/recommed is creating your own cf_cache solution that write

RE: CFCACHE and security concerns

2000-11-30 Thread Dave Watts
> A CF application I'm planning is designed to make extensive > use of CFCACHE to improve performance. Recently I heard that > there may be some security implications if this tag is used. > > Has anyone had any bad experiences with CFCACHE in a security > context? Any other problems? There ar