[TYPO3-dev] WARNING!?? tslib_patcher, pp_chashchecker
Ingo Renner
ingo at typo3.org
Thu Aug 23 20:34:58 CEST 2007
Dmitry Dulepov [typo3] wrote:
> By the way, there is no way for USER extension to say "I found that you
> should not cache me right now!". I think if there is such way, there
> will be no need for anyone to call $TSFE->set_no_cache(). I am going to
> look at it.
exactly.
I just had that problem again with a form...
The form could be chached, but the results must not of course. I first
used a hook to detect a POST request for that extension to switch it to
USER_INT but as this didn't seem to work in the live environment I
removed it again and switched the whole plugin to USER_INT...
Ingo
More information about the TYPO3-dev
mailing list