本文介绍了如何在清除cookie后立即生效的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
就像这样的情况
我的客户去了我的商店买东西,所以一旦用户选择放入购物车的产品,我会生成一个cookie,当这个用户通过支付系统时,在从paypal支付的Vertify之后,我清除了cookie。
奇怪的事情发生在那里,当我再次点击我的购物车时,付费产品仍在购物车中,需要我的手动点击其他地方,然后清除购物车。
或手动刷新页面。
Doesn有谁知道如何解决这个问题?
The situation just like this
My client went to my store to buy stuffs, so once user select a product put into the shopping cart I gennerate a cookie, when this user go throught the payment system, after vertify paid from paypal, I clear the cookie.
Strange thing happen there, when I click my cart again, the paid products still in the cart,need my manually click some where else, then the cart clear.
or Manually refresh the page.
Doesn't anyone know how to solve this problem?
推荐答案
这篇关于如何在清除cookie后立即生效的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!