Membership 2 causes warning in Site Health
Closed this issue · 1 comments
Jamesking56 commented
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.
Jamesking56 commented
Sorry duplicate of #17