[TYPO3-dev] cHash revisited
Martin Kutschker
Martin.Kutschker at n0spam-blackbox.net
Thu Apr 6 11:34:21 CEST 2006
Elmar Hinz schrieb:
>>
>>Then *no* page that is called without cHash will be cached.
>>
>
> No page, that has piVars, without cHash will be cached.
>
> if (count($this->piVars)) {
But only if the developer sets $pi_checkCHash which makes onyl sense for
USER objects.
If you do it always then also USER_INTs are affected. Don't check for
$pi_USER_INT_obj which now is used only for linking options!
Anyway, I have a couple of INTs that should be cached without cHash. So
don't fiddle with this setting.
Masi
More information about the TYPO3-dev
mailing list