How can one keep values obtained in a session, where the user/visitor hops fron page to page?. I don't want to use cookies, or put the values in the URL. Exampl of flow - A user arrives at a menu page, say Menu. They select a page of items to selcect, they select some and the values are kept. The user then returns to the Menu, goes off and selects other items. They either return and go through the process again, or go back to one of the pages and check their selections were correct or go to a send it page - mailto.
A senario - Menu has three pages to select from. Each page has 2 items to enter quantity against. How do I keep values during any permutation until reaching what could be called a checkout page. Regards
A senario - Menu has three pages to select from. Each page has 2 items to enter quantity against. How do I keep values during any permutation until reaching what could be called a checkout page. Regards