Conflict with Shield Security plugin
-
Hi,
I’m hoping you can help me with a bug/conflict with our plugin.
It seems that this plugin is causing trouble with our Shield Security plugin session checking.
The problem is this:
- While editing a post/page, SmartCrawl is doing wp_remote_get() request for the action ‘wds-frontend-check’. It’s drawing on the cookie data from the current user session.
- But it’s filtering out all cookies that aren’t “considered relevant”. i.e. only keeping those cookies that begin with
wp-
/wordpress-
- This is stripping out our Shield Security session cookie.
- This leads to the user being logged-out of their original session and having to log-in again.
Could I ask you to please stop stripping out all other cookies except WP- specific cookies.
The exact place to fix this is:
file:
/includes/core/class-wds-core-request.php
lines: 46-54
function:get_rendered_post()
Many thanks!
Paul.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Conflict with Shield Security plugin’ is closed to new replies.