PHP sessions
-
Checking the site’s health issues: “Active PHP session detected”
/wp-admin/site-health.phpPHP 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-запросов.
Когда деактивирую плагин ошибка пропадает.
- The topic ‘PHP sessions’ is closed to new replies.