[TYPO3-dev] set_no_cache is bad. What's next?

Elmar HInz elmar.hinz at team.MINUS.red.DOT.net
Sun Apr 1 20:22:38 CEST 2007


>> Error
>>
>> You don't have cHash in a form, so you can't cache the search result.
>>
> oh yes i have, if i use the action url that i generated.
> Only using an USER i can't react on submitting the form because the page 
> will come from cache.
> 

Yes, you can put a cHash into the action url. But the cHash only counts
for the parameters already compiled into the action url. It is quite
useless for the parameters you select inside the form.

As the action is the same, you always get the same page from cache or you
fall back to the default page, depending on the question if you have a GET
or POST parameter. However it is quite useless. You can't cache form
input, forms are always dynamic.

Elmar








More information about the TYPO3-dev mailing list