• Resolved matteo raggi

    (@whichtransfers)


    WordPress tells me:
    An active PHP session was detected
    “A PHP session was created by a call to the session_start() function. This interferes with REST API and loopback requests. The session should be closed by session_write_close() before making any HTTP requests.”
    Is this plugin useful for solving or identifying my problem with the php session remaining active?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Chris Reynolds

    (@jazzs3quence)

    Maybe!

    This plugin writes PHP session data to the database so it becomes available for site environments where PHP sessions have been disabled. If you are getting messages about PHP sessions, this might be the thing you need. The specific error you are getting makes it seem like a session is started and never closed, so if you are writing code that deals with PHP sessions, it won’t solve problems that exist in the code.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.