[Typo3] third party cookies

Christopher bedlamhotel at gmail.com
Thu Oct 20 20:47:16 CEST 2005


Hi,

On 20/10/05, Bernhard Kraft <kraftb at kraftb.at> wrote:
> [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/
>

...alternatively, do it in one line :-) [1]

config.additionalHeaders = P3P: CP="myPrivacyPolicy"


-Christopher

[1] http://typo3.org/documentation/document-library/doc_core_tsref/quot_CONFIG_quot/



More information about the TYPO3-english mailing list