|
|
|
|
|
by MuffinFlavored
894 days ago
|
|
I'm out of the loop on the latest and greatest web technologies: if I'm a shopping cart website, how do I keep track of you as a user/session enough to identify you and pair you to the contents of your cart on my backend without a cookie? Cramming a sessionId into localStorage/sessionStorage seems kind of like the same thing? Am I missing somehting? |
|
If you want to persist the cart for longer than the current session or a few hours, though, you need consent.