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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 09:01:28 2024 UTC