Skip to content

Not compatible with WooCommerce? #29

Description

@kevin25

As I know we have to exclude the WooCommerce cookies on wp-rocket to avoid cart/checkout being cache . However, when I excluded them, I got 403 all the time.

if ($http_cookie ~* "woocommerce_items_in_cart") { return 418; }
if ($http_cookie ~* "woocommerce_cart_hash") { return 418; }
if ($http_cookie ~* "wp_woocommerce_session_") { return 418; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions