You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
why is the cart linked to the session, and not to the user? When the session expires or the user logs out, the cart is 'lost'... I understand that not all users can be authenticated, so I can imagine that the cart must work independently, but then it also means there are plenty of 'dead' carts left once sessions are invalidated. In the different implementations I saw for this, the cart is always linked only to the session (even stored in the session object). I'm curious as to why?
Cool library though.
The text was updated successfully, but these errors were encountered:
Hi,
I have 2 questions:
Cool library though.
The text was updated successfully, but these errors were encountered: