Can you please fix the warning that my security page is showing?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #101526
    Alejandro
    Guest

    Hi,

    Everytime I install a new upgrade my wordpress security page throws a warning about an active session. So I have to change manually the file /email-verification-for-woocommerce-pro/includes/class-alg-wc-ev-logouts.php line 143 from session_start( ); to

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

    It’s due to the incorrect mechanism for using PHP sessions within plugins or themes when they are using the session_start() function. They should be closed after reading. Would you include this fix in the next release?

    Best regards,

    Alejandro

    #101527
    Zohaib
    Participant

    Hi,

    I have passed your request to our development team. They will get back to you soon.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.