Replies: 0
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.