• Checking the site’s health issues: “Active PHP session detected”
    /wp-admin/site-health.php

    PHP sessions created by a session_start() function call may interfere with REST API and loopback requests. An active session should be closed by session_write_close() before making any HTTP requests.

    When I deactivate the plugin, the error disappears.

    —– RU —–

    Проверка здоровья сайта выдает: «Обнаружена активная PHP сессия»
    /wp-admin/site-health.php

    Сессия PHP была создана вызовом функции session_start(). Это препятствует работе REST API и петлевым запросам. Сессия должна быть закрыта функцией session_write_close() перед выполнением любых HTTP-запросов.

    Когда деактивирую плагин ошибка пропадает.

    • This topic was modified 5 years, 8 months ago by Olart.
    • This topic was modified 5 years, 8 months ago by Olart.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘PHP sessions’ is closed to new replies.