I recently spent some time looking for best practices on preventing browsers from caching pages with dynamic content. In a post here on StackOverflow, someone suggested checking out this page: http://palisade.plynt.com/issues/2008Jul/cache-control-attributes/
The article is from 2008 and mentions the legacy HTTP 1.0 "Pragma" and "Expires" properties. However, HTTP 1.1 has been around for a while now. I suppose there is no harm in throwing "Pragma" and "Expires" onto response headers but out of curiosity, is there still a reason to? Basically, is it safe yet to assume HTTP 1.1 support? I had some trouble finding info online but it sounds like support has existed in IE since version 4 or 5 and browsers like Firefox don't seem to have HTTP 1.0 options anymore. Thoughts?