[TYPO3-mvc] Question regarding $GLOBALS['TSFE']->reqCHash() / cHash handling in extbase
Viktor Livakivskyi
invisible.kinder at gmail.com
Thu Jan 16 15:26:27 CET 2014
Hi, Helmut.
> > In our case we solved it by adding following into [FE][cHashRequiredParameters] = tx_yourextension_yourplugin[controller], tx_yourextension2_yourplugin2[controller]...
> > It is a kind of dirty trick, but solves a cache issue.
>
> This is no hack at all, but a perfect solution for your problem. This is
> exactly what cHashRequiredParameters is for.
Good to know this :)
Maybe, as a feature request, it can be done automatically by Extbase. E.g. once it detects cacheable action in ext_localconf.php, it adds action's name to 'cHashRequiredParameters' automatically?
More information about the TYPO3-project-typo3v4mvc
mailing list