本文介绍了会话问题.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好!
我做了一个命名为购物车"的会议.现在,每当用户将商品添加到购物车应用程序时,都会检查会话"Cart"是否为null.如果为null,则创建会话;否则,创建会话.
我面临的问题是,如果同时有两个用户打开该应用程序,并且一个人向其购物车添加了商品,则该商品也会在其他用户的购物车中显示.
我该怎么做才能消除此错误?这很紧急...:''(
Hi all!!
i have made a session naming "Cart". now whenever a user adds item to cart application checks the whether the session "Cart" is null or not . if null it creates the session if not it adds items to the session.
The problem that i am facing is that if simultaneously two user open the application and one adds item to it''s cart the item also gets shown in the other users cart.
what should i do to remove this error ?? it''s urgent... :''(
推荐答案
这篇关于会话问题.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!