Critical Issue: Active PHP session detected
-
Hey there,
I am running a wordpress installation (version 5.5.1) with several plugins including WordPress File Upload (version 4.14.4). Today the site health check reported an active php session and related issues with the rest API and loopbacks. The php session error reads as follows:
“A PHP session was created by a session_start() function call. This interferes with REST API and loopback requests. The session should be closed by session_write_close() before making any HTTP requests.”
After searching for the session_start() string, I found that the WordPress File Upload plugin does use it. After deactivating the plugin the site health check ran without any issues. That’s why I think the issue is related to this plugin.
Maybe you can have a look at the issue and probably do a fix on it.
Thank you in advance and best wishes,
Juppi
- The topic ‘Critical Issue: Active PHP session detected’ is closed to new replies.