[wp-trac] [WordPress Trac] #47320: Site Health: Call to API with $_COOKIE and PHPSESSID
WordPress Trac
noreply at wordpress.org
Thu Apr 16 08:19:04 UTC 2020
#47320: Site Health: Call to API with $_COOKIE and PHPSESSID
--------------------------------+-----------------------------
Reporter: matthieumota | Owner: SergeyBiryukov
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 5.5
Component: Site Health | Version: 5.2
Severity: trivial | Resolution: fixed
Keywords: site-health commit | Focuses:
--------------------------------+-----------------------------
Changes (by SergeyBiryukov):
* owner: (none) => SergeyBiryukov
* status: reopened => closed
* resolution: => fixed
Comment:
In [changeset:"47585" 47585]:
{{{
#!CommitTicketReference repository="" revision="47585"
Site Health: Detect an active PHP session as a possible reason for HTTP
requests timing out.
PHP sessions created by a `session_start()` function call may interfere
with REST API and loopback requests.
An active session should be closed by `session_write_close()` before
making any HTTP requests.
Props matthieumota, netweblogic, Clorith, afragen, vjik, SergeyBiryukov.
Fixes #47320.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47320#comment:17>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list