active PHP session & REST API encountered an error
-
Hi, there the new health check WordPress does has shown that when your plugin is active there is an active PHP session and a rest API issue, are you working on a fix?
An active PHP session was detected
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.The REST API encountered an error
When testing the REST API, an error was encountered:
REST API Endpoint: https://yousite/wp-json/wp/v2/types/post?context=edit
REST API Response: (http_request_failed) cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received
The topic ‘active PHP session & REST API encountered an error’ is closed to new replies.