Search Results

1
vote

Web Dev - Where to store state of a shopping-cart-like object?

I'd say store the state somewhere on the server and correlate it to the user's session. While a cookie could ostensibly be an equal place to store things, if you consider security and data size, ke …