| Tuesday 30 December 2003 2:26:02 am 
                                                                 I don't quite understand what you are saying. 
Anyways, I'll try to tell you what I have been doing.Everythin works great if I don't use cache-blocks AND viewcaching=DISabled. But, of course, when my site is ready, I want to enable caching, to give my server a break.
 So, I enabled viewcaching. But, now it doesn't work of course, because my included pages (which I include with the operator) are cached. Now I see just one page (static), instead of multiple pages (dynamic). So far, it's all normal and works as expected. 
Okay, then I found out there are cache-blocks. Everything within these cache-blocks will not be cached. I read on and found out that the stuff within these cache-blocks do get cached. It will be stored for two hours. But I don't want it to be cached at all!Well, since I couldn't find anything about real cache-blocking, I used expiry=1, so the created cache should expire after 1 second, am I right? Anyways, this still does not work. The included page still gets cached.
 Of course, I checked if the page itself is correct. And it worked great. Each time I load the page, a different image is shown to me. How can I make this work? Is it possible to really block the page from caching??? -- Mark |