• Resolved Bob

    (@shallway)


    Is there a way to force woocommerce cookies to have SameSite=None;Secure? Asking because my site must share state with a 3rd party shipping service which takes the customer out of my site temporarily and let him pick shipping address then return to my site. I need share woocommerce state with this 3rd party service. Right now all the WC cookies seems to have no specific SameSite values which will defaults to Lax, this prevents my site to interact with the 3rd party shipping service.

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Support Riaan K.

    (@riaanknoetze)

    Hi there,

    At the moment there are no standalone cookie settings. Practically speaking, this means that any changes to the cookies policy for WooCommerce would need to be added through custom coding.

    With that said, I do think bringing this up in a discussion with our developers are worthwhile and I’d recommend checking in at https://github.com/woocommerce/woocommerce/issues

Viewing 1 replies (of 1 total)

The topic ‘force SameSite=None;Secure’ is closed to new replies.