Closed zontafil closed 9 years ago
Hi,
When I add an item to the basket, the server send correctly the item, but when I make a call to /basket, the basket is empty.
I'm doing this as a non logged in user
ok, cookies were ignored by the browser. I solved setting withCredentials in xhr requests in angular, and setting properly .htaccess to handle credentials
Hi,
When I add an item to the basket, the server send correctly the item, but when I make a call to /basket, the basket is empty.
I'm doing this as a non logged in user