• Resolved samrot

    (@samrot)


    Hi!

    This critical warning was showing up in my website and I detected it was coming from your plugin, exactly in this location:

    (…)/plugins/accept-stripe-payments-using-contact-form-7/inc/lib/class.cf7sa.lib.php

    On line 74:

    session_start();

    Changed it for:

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

    That made another critical warning disappear as well from the health tool page.

    Can you test and fix this for the next update?

    Hope this helps.

    Best

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ZealousWeb

    (@zealopensource)

    Dear @samrot,

    Thank you for informing me. We are currently checking this issue and will update you soon.

    If you have any questions, feel free to ask—I’m here to assist you.

    Thank you,
    ZealousWeb

    Hi

    Any news on this issue as it is still being reported in Site Health

    Thanks

    Hello @samrot ,

    Thank you for your patience.

    We’re happy to inform you that the reported PHP session issue has been fixed in version 3.3.
    Please update the plugin to the latest version and let us know if everything works as expected on your end.

    If you find the plugin helpful, we’d really appreciate it if you could take a moment to leave us a review. Your feedback helps us improve and support the plugin better.

    Thanks again for your support.

    Thank you,
    ZealousWeb

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.