• Resolved edioreza

    (@edioreza)


    Hi,

    the information about the referral page is always the same as the page on which the form was filled out.

    Landing page points to some strange page like: / wp-json / contact-form-7 / v1 / contact-forms / 2420 / feedback

    There is line 56 in the code which seems to be responsible for this (resets the session) and it looks like a bug – could you fix this?

    if (session_status() == PHP_SESSION_ACTIVE) { session_destroy(); }

    Best!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author apasionados

    (@apasionados)

    Hi @edioreza,

    Thanks for your feedback. We added the session_destroy(); because on some hostings the plugin would open to many sessions and make the websites slow.

    We will have a look next week.

    Best regards from Spain.

    Plugin Author apasionados

    (@apasionados)

    Hi @edioreza

    We solved this in the latest release (2.5).

    If you still have problems, please come back to us.

    Best regards from Spain.

    Thread Starter edioreza

    (@edioreza)

    Hi Guys, thank you for the fix, however, my developer checked your update, but unfortunately, it didn’t help. The result is the same as in the previous version of the plugin.

    Plugin Author apasionados

    (@apasionados)

    Hi @edioreza,

    Sorry to hear that. We will try to reproduce this as on our end this fix solved the problem you described.

    Best regards from Spain.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Session reset affects referral and landing page urls’ is closed to new replies.