Existing session cookies will be overwritten by QuForm

Home Forums Quform WordPress Existing session cookies will be overwritten by QuForm

This topic is: resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36033
    patrpaaa
    Participant

    Dear QuForm Team,

    we use QuForm in a wide range of project und we like QuForm. But in one of our very important projects we have an issue with the coexistence of QuForm and a CMS system we use.

    As a result, the newsletter unsubscribe function does not work.

    In detail:

    The existing HTML request header field „Set-Cookie:“ will be overwritten with a QuForm session cookie.

    Solution:

    …/wp-content/plugins/quform/library/Quform.php:

    Line 653: header(‘Set-Cookie: ‘ . $str);

    Replace with:

    Line 653: header(‘Set-Cookie: ‘ . $str, false); // save the existing ‘Set-Cookie: ‘ field and create a second

    We found no other solution and we propose this as a change request to the QuForm code base.

    Best reagrds,
    Patrick

    • This topic was modified 10 months ago by patrpaaa.
    #36036
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy