• Hi,

    When you activate your plugin, here is the critical error that appears “an active php session was detected”.

    Please fix it.

    Thanks.

Viewing 1 replies (of 1 total)
  • This ^^^

    I get the same error, along with the REST API one, both under Site Health. It also gravely slows down my Admin areas.

    I did a manual and temporary fix, as per forums, by editing file “flat-shipping-rate-by-city.php” at line 221 from this:

        session_start();
    

    and changing it to this:

    session_start( [
            'read_and_close' => true,
        ] );
    

    I can confirm it fixes both errors and the admin loading speeds.

    • This reply was modified 3 years, 11 months ago by attrexx.
Viewing 1 replies (of 1 total)

The topic ‘Active php session was detected’ is closed to new replies.