are you storing your selections in a database to any extent...if you are just toss the session var. (i use those over cookies) when you insert your order information. then when you get to your cart page do query from your data base for that session var.
not fun without a database.