wpmudev/membership-2

Membership 2 causes warning in Site Health

Closed this issue · 1 comments

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.

Sorry duplicate of #17