Session reset affects referral and landing page urls
-
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)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Session reset affects referral and landing page urls’ is closed to new replies.