PHPackages                             pulpmedia/p3pcookiebundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. pulpmedia/p3pcookiebundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

pulpmedia/p3pcookiebundle
=========================

Solves Cookie Storage issues in iFrames for Internet Explorer in Symfony2

218.2k2[1 PRs](https://github.com/Pulpmedia/P3PCookieBundle/pulls)PHP

Since Apr 24Pushed 9y ago2 watchersCompare

[ Source](https://github.com/Pulpmedia/P3PCookieBundle)[ Packagist](https://packagist.org/packages/pulpmedia/p3pcookiebundle)[ RSS](/packages/pulpmedia-p3pcookiebundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

P3PCookieBundle
===============

[](#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.

Prerequisites
-------------

[](#prerequisites)

This version of the bundle requires Symfony 2.1+.

Installation
------------

[](#installation)

Installation only requires two steps:

1. Download P3PCookieBundle using composer
2. Enable the Bundle

### Step 1: Download P3PCookieBundle

[](#step-1-download-p3pcookiebundle)

Add P3PCookieBundle to your composer.json

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

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update pulpmedia/p3pcookiebundle
```

Composer will install the bundle to your project's `vendor/pulpmedia` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
