Well, if you've got your shopping stuff in an array, just copy it over to the $_SESSION array.
Be sure to call [man]session_start/man; on each page that you want the session available in.
Removing items is tricky. Unfortunately there isn't an remove_key() function in PHP to remove just one array item completey. So the best you could do is set it to null.