Hi, I have developed an interactive buyers guide that allows users to filter through a set of products based on answers to questions presented as drop-down selections.
Go to http://www.buyersguide.com/WrinkleCreams for a working proto type.
Once the user selects one of the products, they are redirected to a product detail page.
The form used to filter the product selection is on this page too, but the selected drop down values are lost when the user links to the product detail page.
I want to retain these values since once the user filters their product set, it is likely they will want to review multiple products in the set. I don't want them to have to refilter the result set.
I'm not sure how to approach a solution. My initial research indicates that I will need to use php sessions, but my initial attempts to implement have not worked. I'm not sure if I'm implementing incorrectly, or if this isn't the right approach.
Can someone give me guidance on how to approach this? Are sessions the right direction or are their alternatives?
Thanks!
CD