Reject Additional Cookies
-
Is it possible to add additional cookies that should be rejected?
I tried revising this in .htaccess (in all spots), with no luck.
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
to
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_|my_cookie_name).*$
I would also assume that manually editing the WPSC .htaccess rules would run the risk of getting overwritten. This would be a great option to have on the admin page, or a filter that could be used to add additional cookies to be rejected.
Thanks!
- The topic ‘Reject Additional Cookies’ is closed to new replies.