“Active php session was detected” critical warning
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.