Remember search criteria without manual session handling
Hello,
I'm looking for a method to remember search criteria from a search form without handling this in a session manually.
I have a form with several search criteria to fill out. After filling out this form a user can perform a search and get results based on his criteria. On the results page is a button 'As CSV' - with this button the user should be able to download the same search result as CSV without reentering the search criteria in a form.
How would you do that? Is there a convenient method w/o handling the form criteria in a session manually?
Best,
Oliver