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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 13:01:30 2024 UTC