php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #66680 session_start() blocking documentation
Submitted: 2014-02-10 02:00 UTC Modified: 2014-12-30 10:42 UTC
From: david at davidsteinsland dot net Assigned:
Status: No Feedback Package: Session related
PHP Version: Irrelevant OS:
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
40 - 5 = ?
Subscribe to this entry?

 
 [2014-02-10 02:00 UTC] david at davidsteinsland dot net
Description:
------------
The description of `session_start()` says it blocks. This is not true when save_handler != files.

You should update the documentation so that it is clear that session_start() only blocks when save_handler = files, and not if save_handler is something else.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-02-10 11:00 UTC] krakjoe@php.net
-Status: Open +Status: Feedback
 [2014-02-10 11:00 UTC] krakjoe@php.net
I don't see where it says that on this page: http://php.net/session_start

Please provide the link concerned.
 [2014-02-10 11:25 UTC] david at davidsteinsland dot net
session_write_close() is saying so:

"[..] but as session data is locked to prevent concurrent writes only one script may operate on a session at any time."
http://no1.php.net/session_write_close
 [2014-12-30 10:42 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 09:01:27 2024 UTC