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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
23 + 29 = ?
Subscribe to this entry?

 
 [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: Mon May 06 02:01:31 2024 UTC