php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13079 register_globals = off & session.save_handler = user
Submitted: 2001-08-31 08:59 UTC Modified: 2001-08-31 09:12 UTC
From: php-jp at typhoon dot co dot jp Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.6 OS: FreeBSD 4.x
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: php-jp at typhoon dot co dot jp
New email:
PHP Version: OS:

 

 [2001-08-31 08:59 UTC] php-jp at typhoon dot co dot jp
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---

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-31 09:09 UTC] php-jp at typhoon dot co dot jp
Sorry for the duplicate.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 17:01:28 2025 UTC