thanks, that is a realy wide topic too. my searches don't seem to find what i am looking for. the closest i can get is creating a login and then adding favourites to a database. i don't want that. i want the cookie to act as the database so that they are storing favourites on their own machine rather than tying up my mySQL space.
so... user goes into site. searches and gets a list of items. user likes item x. user clicks button to add item x to favourites. item x goes into cookie on user's computer. if user clicks on "my favourites" the cookie throws item x on to the page.
it sounds wonderfully simple in my head can someone confirm this is possible please, without a login/pass for the user and without a database in which to store any favourites?
thanks