2017 © Pedro Peláez
 

symfony-bundle p3pcookiebundle

Solves Cookie Storage issues in iFrames for Internet Explorer in Symfony2

image

pulpmedia/p3pcookiebundle

Solves Cookie Storage issues in iFrames for Internet Explorer in Symfony2

  • Thursday, April 24, 2014
  • by AlexandreKilian
  • Repository
  • 3 Watchers
  • 2 Stars
  • 11,033 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 1 Versions
  • 6 % Grown

The README.md

P3PCookieBundle

The P3PCookieBundle adds support for cookie storage in iFrames for Internet Explorer. It solves an Issue, where cookies (for example for session storage) don't work for applications inside iFrames., (*1)

Prerequisites

This version of the bundle requires Symfony 2.1+., (*2)

Installation

Installation only requires two steps:, (*3)

  1. Download P3PCookieBundle using composer
  2. Enable the Bundle

Step 1: Download P3PCookieBundle

Add P3PCookieBundle to your composer.json, (*4)

{
    "require": {
        "pulpmedia/p3pcookiebundle": "~1.0@dev"
    }
}

Now tell composer to download the bundle by running the command:, (*5)

``` bash $ php composer.phar update pulpmedia/p3pcookiebundle, (*6)


Composer will install the bundle to your project's `vendor/pulpmedia` directory. ### Step 2: Enable the bundle Enable the bundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Pulpmedia\P3PCookieBundle\PulpmediaP3PCookieBundle(), ); }

Step 3: Done

Your response headers will have the required P3P settings to enable cookie storage inside iFrames for Internet Explorer, (*7)

License

This bundle is under the MIT license., (*8)

The Versions

24/04 2014

dev-master

9999999-dev https://github.com/Pulpmedia/P3PCookieBundle

Solves Cookie Storage issues in iFrames for Internet Explorer in Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

by Alexandre Kilian

cookie session p3p ie