[PHP-DEV] Bug #13079 Updated: register_globals = off & session.save_handler = user From: php-jp <email protected>
Date: 08/31/01

ID: 13079
User updated by: php-jp <email protected>
Reported By: php-jp <email protected>
Status: Duplicate
Bug Type: Session related
Operating System: FreeBSD 4.x
PHP Version: 4.0.6
New Comment:

Sorry for the duplicate.

Previous Comments:
------------------------------------------------------------------------

[2001-08-31 08:59:31] php-jp <email protected>

Things are fine when:

   register_globals = off
   session.save_handler = files

Things are fine also when:

   register_globals = on
   session.save_handler = users

where "users" are customed handlers, (saved to PostgreSQL
in my case.

PROBLEM:

Sessions varilables aren't saved when:

   register_globals = off
   session.save_handler = users

---eof---

------------------------------------------------------------------------

Edit this bug report at http://bugs.php.net/?id=13079&edit=1

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>