WPIntell

Source evidence

Site Health : An active PHP session was detected

SEO Backlink Monitor · support · 2023-01-24T12:09:00+00:00

mixedsentiment
highseverity
0.94relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

2 / 22 rows with source links

9.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Divvy resolved
Hello, I notice that two critical errors in the Site Health are shown when this plugin is active. 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. To fix this, I changed the following file: seo-backlink-monitor/admin/class-seo-backlink-monitor-admin.php FIND: session_start(); REPLACE: session_start( [ ‘read_and_close’ => true, ] ); Hope this helps someone with the same problem as me. A plugin update to fix this is necessary. Hi @divvy , thanks for your notice about the site health check. We replaced the session handling with a db option. The updated version 1.5.0 is already online. Kind regards! (tg) @activewebsight , thank you for the fast update 🙂

Comments

2 shown
activewebsight 2023-01-24T22:07:00+00:00

Hi @divvy , thanks for your notice about the site health check. We replaced the session handling with a db option. The updated version 1.5.0 is already online. Kind regards! (tg)

Divvy 2023-01-25T13:10:00+00:00

@activewebsight , thank you for the fast update 🙂