darryldecode / laravelshoppingcart

Shopping Cart Implementation for Laravel Framework
1.34k stars 449 forks source link

darryldecode/laravelshoppingcart cart is empty on page refresh #165

Open Shahnee opened 5 years ago

Shahnee commented 5 years ago

i am adding cart with item using Cart::add function of darryldecode/laravelshoppingcart library and item added successfully in the cart by an (ajax post request call) but when i am posting second (ajax post request call) to get the information of cart in next request cart is empty please help me about this i am using the default library service provide session key which is this 4yTlTDKu3oJOfzD

GenouDTG commented 5 years ago

Hi, do you remember how you solved your problem ? Thanks by advance