Open
Description
Bundle version : 2.4.2
Since the kernel.reset
is released i've got a big issue when displaying data.
I'm using esi_render
to get the template who will be displaying the tagmanager data. But as it's an ESI this is not the main request, so at the end a the main request, all data is reseted and when i print it with the esi request the data is empty.
What is the good practice to avoid loss of data between main and esi request in this case ? i can't avoid using esi as all my pages are cached but the datalayer part must not be cached ?