I have an app that allows the user to add items to a list. They can also sort and remove items from that list, but that's not really the point of this question.
The question is, would it be best to use the SESSION for this or a COOKIE?
I've tried looking around the web for some similar example tutorials but I've come up short.