How best to implement "favourites" feature? (like favourite products on a data driven website)
- by ClarkeyBoy
Hi,
I have written a dynamic database driven, object oriented website with an administration frontend etc etc. I would like to add a feature where customers can save items as "favourites", without having to create an account and login, to come back to them later, but I dont know how exactly to go about doing this... I see three options:
Log…