phpzend-frameworksessionzend-session-namespace

Session with Google Chrome and PHP 5.3


I have an Auth component (based on Zend_Auth) which I am using in many projects on different servers and different environments. It has always worked... until now:

When I try to log in to a new project (using the same Auth component) with Google Chrome (12.0.742.122), I'm being logged out right after logging in. The problem doesn't occur with FF or IE.

Does anyone have a clue why this could be?


Solution

  • It is a weird story. If you google the problem, you find that it sporadically turns up here and there but never systematically. There is a bug report for Zend Framework, there are issues at the Google Forums, there are similar reports in the tracking systems of Drupal and Wordpress. But somehow there are no clear answers.

    In my case, the problem just went away by itself in the course of some other refactorings.