Rest API and PHP session start error
-
The plugin is causing 2 critical errors:
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.
This being the main one. Please release a fix
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Rest API and PHP session start error’ is closed to new replies.