Maulynvia wrote:
>
> whatever I do, cherrypy seems to cache pages - when I restart the
> server, I see the fresh page I want in the browser. How do I configure
> so that pages are not cached?
CherryPy does not cache pages. I see you're using Yahoo as your ISP.
Yahoo has some rather aggressive proxy servers that cache pages on your
behalf whenever possible, and even when impossible in some cases.
That's how they are able to advertise "faster browsing!" If you press
Ctrl-F5, you should be able to bypass the cache.
If that's what is causing your problem, then you need to include
http-equiv lines in your web pages to make the pages non-cachable. A
Google search should help:
http://www.htmlgoodies.com/beyond/reference/article.php/3472881/So-You-Dont-Want-To-Cache-Huh.htm
--
Tim Roberts,
ti...@probo.com
Providenza & Boekelheide, Inc.