pmpro_visit Cookie for non-logged in users
-
Your plugin used to only set the pmpro_visit cookie for logged in users before. The code in login.php file under pmpro_report_track_values previously used to do this:
if(!is_user_logged_in()
return false;This made caching plugins work perfectly fine, since the cookie was not being set. Since the last update, this code has been removed and now the plugin is setting the pmpro_visit cookie for every load, which breaks all caching plugins.
Please revert to previous function to only initiate the cookie when a user is logged in.
Thank you.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘pmpro_visit Cookie for non-logged in users’ is closed to new replies.