Possible Duplicate:
Will web browsers cache content over https
Jeff's most recent Coding Horror post Breaking the Web Cookie Jar is an eyeopening read for anyone not familiar with how a cookie works. As is typically the case with a post like this the comments are full of FUD. That said, a comment from Carl Hörberg has me concerned:
Another con with https is that nothing gets cached on the client, so every css, image, js etc has to be fetched on every page load.
A quick Google search yielded no results affirming or contradicting this statement, but that can probably be attributed to poor Google-fu. So is it true that nothing gets cached when served via https?