[Seaside] Re: How to tell web browser not to cache

Joachim Tuchel jtuchel at objektfabrik.de
Fri Jun 5 14:04:32 UTC 2009


Lou,

> I am working with the new VA Smalltalk implementation of Seaside and I have
> the Squeak 2.8 version that I use to see how things work in that version.
> When I look at the generated HTML source from either version, I don't see
> any of the HTML that the #doNotCache message seems to be generating.  Also,

cache-directives are part of the HTTP headers, not patr of the visible html. So
if you wanted to look at these you'd have to use firebug or an http "sniffer"...


> it seems like pages are being cached by the web browser.

the sad thing is, the directives in the http headers do not guarantuee that your
browser doesn't cache. It's just that you tell it you'd like it not to.

Just my 2 cents

Joachim



More information about the seaside mailing list