[Zope-CMF] change skin on folder traversal does not work properly
Dieter Maurer
dieter@handshake.de
Wed, 18 Dec 2002 23:37:47 +0100
Michael Laubacher writes:
> ...
> The first time I go into a folder which should use a new skin it doesen't
> work. Then when I do a "reload" om my browser it takes the correct skin.
This sounds like a caching problem (in your HTTP client/proxy).
Whenever a "reload" improves things, a caching problem is likely.
You may consider cache control headers. HowTos on Zope.org.
Dieter