I want to know best practice on how to create Shopping cart using MVC 5 Owin Identity with support anonymous users.
Example: So both logged in and anonymous user can select products. For logged in user all is ok, I have userId and can create cart for him. What I must do for anonymous user? How I can create cart for him?
Please help.