aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

Clear anonymous shopping cart after period of time #756

Closed dotnetshadow closed 5 years ago

dotnetshadow commented 7 years ago

At the moment shopping cart items are kept in the database indefinitely. Especially in the case of anonymous shopping carts when would these items ever clear if the shopping cart is never migrated?

A clear all method for shopping cart items over a set period of time could be implemented?

mkArtakMSFT commented 5 years ago

Closing this issue as there was no community involvement for quite a while now.