[TYPO3-mvc] ExtBase 1.3 and cache
Franz Koch
typo3.RemoveForMessage at elements-net.de
Mon Feb 28 17:49:55 CET 2011
Hey,
>> I already discussed this with Bastian and we didn't come up
>> with a overall solution for those scenarios except of putting USER and
>> USER_INT action on different pages for now.
>
> Thanks for the explanation!
>
> Just to be more clear, this means for now when we register all
> controller/actions and a subset for non-cached ones through
> ext_localconf.php they are still not handled properly and you guys are
> already working for a solution.
They are handled properly as long as the default action is not cached.
The easies workaround would be to append the cHash again to all links,
regardless of USER or USER_INT action, but that's also not the way it
should work.
> So until there is a solution, workaround
> is to create 2 plugins one USER and other USER_INT (where the TS
> declaration is to be overridden with extension template to force it to
> USER_INT), put these plugins on 2 different pages and use fluid to send
> non-cached actions to page having USER_INT plugin.
you don't have to register two plugins - it's also working with one
plugin, but you have to change the defaultAction/controller via flexform
then.
--
kind regards,
Franz Koch
More information about the TYPO3-project-typo3v4mvc
mailing list