[TYPO3-dev] Typo3 Cookie Cache Issue

Loek Hilgersom loek at netcoop.nl
Thu May 21 10:09:32 CEST 2015


Hi Rahul,

A COA is always cached, so to make your code work you should replace COA by COA_INT.

Loek


On 18-05-15 07:58, Rahul Gupta wrote:
> Dear Team,
>
> I have a page where setup few links on click of those links cookie created
> in Typoscript and then cookie is reading by Typoscript and displaying on
> header.
>
> Issue is when you click on one link cookie created but on the click of
> second link cookie created but does not change in the header seems taking
> up from cache.
>
> Please help me here how to make it stable and consistent.
>
> For Referecnce Cookie Reading Code;
> lib.countryitem_cookie = COA
> lib.countryitem_cookie {
>        10 = TEXT
>        10 {
>                  stdWrap.wrap =   |
>            data = global:_COOKIE|countryitem
>        }
> }
>



More information about the TYPO3-dev mailing list