Replies: 0
A lot of our users are been kicked off the checkout page
https://www.humanitix.com/checkout/
and been told their session has expired.
This can be right after they visit the checkout page. So they should have a session
We can replicate the issue by opening multi-able checkout tabs
In the console I can see on page load the cookies are set but then
/wp-admin/admin-ajax.php removes them with:
Set-Cookie:woocommerce_items_in_cart=0
Set-Cookie:woocommerce_cart_hash=deleted
After /checkout/?wc-ajax=update_order_review
RETURN
{“fragments”:{“form.woocommerce-checkout”:”<div class=\”woocommerce-error\”>Sorry, your session has expired. …
And the user is kicked out and told
“Sorry, your session has expired.”
Woocommerce version 2.6.14
Thanks