What I want to be able to do is return to a previous page that was passed multiple variables via GET. What I don't want to do is to pass these variables on from page to page through the url or store them in sessions since there are so many.
Here is the process....
-User fills out form and submits
-Advances to next page that will produce information based on their form
-They may then click on on an item to view detailed information
What I would like to be able to do after this is return them to the previous page that had the search results from the initial form
Thanks for your help
Here is the process....
-User fills out form and submits
-Advances to next page that will produce information based on their form
-They may then click on on an item to view detailed information
What I would like to be able to do after this is return them to the previous page that had the search results from the initial form
Thanks for your help