[Typo3] third party cookies

Bernhard Kraft kraftb at kraftb.at
Fri Oct 21 08:01:03 CEST 2005


[silk] wrote:
> Hi everyone,
> I run TYPO3 in a subdirectory on site1, but i need to give access to the 
> BE and FE using a frameset on Site2 (an other website).
> 
> I get cookies blocked by IE6+, because of third party cookies policy, so 
> it's impossible to login from the site2
> 
> I need to add an html header to ALL the output of typo3 (BE+FE)
> 
> in PHP I can do it with
> <?php header('P3P: CP="myPrivacyPolicy"'); ?>

Write a simple "USER" cObject:

http://typo3.org/documentation/document-library/doc_core_tsref/USER_and_USER_INT/

and then include it into your "page" object like

page.1000  = USER
page.1000.userFunc = ....


this will include the script in which you generate the header. normally you can generate
a header through the complete page generation as everything is outputted just finally when
everything has been rendered.


greets,
Bernhard



More information about the TYPO3-english mailing list