My (Zend_)Session are lost within IE6/7/8 but not 9 neither do with other browsers (Ff, Chrome).

I'm using Zend Framework 1.10.5.

My index.php begins like this:

header('P3P:CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"');
require_once '../application/bootstrap.php';
Zend_Session::start();

I tried that P3P tips but it still doesn't work.

What's weird is that my session cookie doesn't change

If I browse my website and do >> document.cookie in IE script console, I always get the same PHPSESSID but I I dump $_SESSION I only got the data from the previous page, but it's not kept in the next request.

It is really weird because I don't such behavior in others browser, not even IE9 so I suspect it is a problem with IE itself.

Any ideas?

link|improve this question

30% accept rate
Reboot your computer and try again. – hakre Oct 3 '11 at 14:42
have you checked that your IE6/7/8 installation has cookies enabled? (and working?) – Spudley Oct 3 '11 at 14:44
I experienced this problem on my dev env and a remote host, I also disabled security restrictions from IE by setting the host to the lowest level – Trent Oct 3 '11 at 14:46
by the way, my client also experiences this problem therefore I can't tell him to "configure" IE for its website but not for others. By the cookie is being set, as I can get it with js. – Trent Oct 3 '11 at 14:48
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.