
Member • Mar 30, 2014
Shopping cart persistence
Need to write a web app (Using SpringMVC) where users can search for particular item and add an item to cart then purchase it. But if user decided to purchase item later i need to save a users shopping items to database, is it possible to save cart items to session and just before session timeout can i save a users cart items into db.
i have implemented session driven shopping cart, but needed a database driven shopping cart.
i'm confused 😔
please help