我正在用Symfony 2製作一個Facebook應用程序。許多人知道IE在包含iframe時會失去會話!關於Symfony 2,在IE上失去與iframe的會話
此問題可以解決由於頭( 'P3P:CP = 「CAO PSA OUR」');
所以我的問題是發送報頭( 'P3P:CP = 「CAO PSA OUR」');在Symfony的2
我在行動試過這樣:
$response = new Response($content);
$response->headers->set('P3P:CP', 'CAO PSA OUR');
return array($response);
沒有成功,會話會丟失!
有想法做到這一點嗎?