php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5621 user-defined session_write() isn't called!!!
Submitted: 2000-07-15 17:54 UTC Modified: 2000-08-19 12:18 UTC
From: cveld at bigfoot dot com Assigned:
Status: Closed Package: Misbehaving function
PHP Version: 4.0.1pl2 OS: win32
Private report: No CVE-ID: None
 [2000-07-15 17:54 UTC] cveld at bigfoot dot com
I get the following warning from the standard session_write() function, but I did a session_set_save_handler()-call...

Warning: Failed to write session data. Please check that the current setting of session.save_path is correct (c:/temp/) in Unknown on line 0


Please fix this. In 4.0.0 it wasn't the case, this bug popped up in 4.0.1pl2


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-26 22:17 UTC] zak@php.net
Is there a c:/temp directory?
 [2000-08-04 11:30 UTC] stas@php.net
Is this the case with the latest CVS?
 [2000-08-19 12:18 UTC] joey@php.net
In 4.0.1pl2 if there was not a php.ini where php expected to see one,
it caused odd behavior with user-defined sessions.  This is fixed in CVS.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 03:01:32 2024 UTC