Joe Roberts
Member since Jun 29, 2009
- Profile: /members/3700-joe-roberts.htm
- Comments: 1
Recent Blog Comments By Joe Roberts
-
Caching ColdFusion Pages With Expires Header Value
Posted on Jun 29, 2009 at 6:12 AM
Hi Ben, I put similar functionality into Combine.cfc, only it uses Etags rather than expires headers. These are actually very easy to work with, and the content only 'expires' if the clients hash is different to the server's hash, it's not time based. I generate the hash by (in simple terms) hashin... read more »