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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: david at davidsteinsland dot net
New email:
PHP Version: OS:

 

 [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 25 23:01:29 2024 UTC