ThemeFuse / Unyson

A WordPress framework that facilitates the development of WP themes
http://unyson.io
923 stars 219 forks source link

An active php session was detected - Critical error in WP #4313

Open phamar1 opened 1 year ago

phamar1 commented 1 year ago

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.

Got this error. Disabled all plugins and re-enabled them one by one and it looks the issue is with Unyson plugin. Any idea for the fix in the code ?