Cookie Exclusion Not Working
-
Hi, I cannot get the cookie exclusion to consistently work… Our website sets a cookie when a user is logged into Salesforce, but it still shows cached pages even with the cookie.
The cookie name is “sfUser”.
The Cache Exclusion cookie option is set to:
/^(sfUser|wp-postpass|wordpress_logged_in|comment_author)_?/
We also have the Apache advanced cache setup, and have modified it to:
RewriteCond %{HTTP_COOKIE} !(wp-postpass|wordpress_logged_in|comment_author)_ RewriteCond %{HTTP_COOKIE} !(sfUser)
The pages load with
x-cache-handler: wp
so the Apache configuration is working, but not sure why the option is not.Edit: we have temporarily disabled the plugin to allow our users to login correctly.
Thank you.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Cookie Exclusion Not Working’ is closed to new replies.