[Vuejs]-Session handling between Laravel and Vue for a shopping cart

0👍

i dont know if i got your question right or not but in my case if i worked on shopping cart i have two method to save data the first one is to use vuex to store data but if i need this data to be exist if i refresh the browser i will use localStorage as it’s exist for purpose like this or i will use reddis and each time the user add something to cart i will add it to reddis and when he remove it i will remove it from it

Leave a comment