[NSFW] An active PHP session was detected
-
The Site Health tool displays the following error when Before & After is activated. I isolated the issue to this plugin in particular.
An active PHP session was detected
A PHP session was created by asession_start()
function call. This interferes with REST API and loopback requests. The session should be closed bysession_write_close()
before making any HTTP requests.How can I fix this issue?
- The topic ‘[NSFW] An active PHP session was detected’ is closed to new replies.