php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13185 session_set_save_handler will not work if register_globals is off
Submitted: 2001-09-06 16:34 UTC Modified: 2001-12-15 08:29 UTC
From: php at earthlink dot net Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.6 OS: solaris 2.7
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 at earthlink dot net
New email:
PHP Version: OS:

 

 [2001-09-06 16:34 UTC] php at earthlink dot net
when using session_set_save_handler, have to set 'register_globals' to
ON in order to make it work. default 'files' session mode works fine
under both 'register_globals' ON and OFF.  Found that when set 
'register_globals' to OFF, the session write function is not called. 

Never tried this on other OS.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-24 19:52 UTC] sniper@php.net
Can you please check if this is now fixed in latest RC:

http://www.php.net/~zeev/php-4.1.0RC3.tar.gz

 [2001-12-15 08:29 UTC] sander@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu May 08 08:01:27 2025 UTC