Save form values w/paginate (next page links fail)

Hi,
What is the proper way to save form values (e.g. search page) when using
paginate?

The 1st paginated page works fine, but when clicking another page all
the
form values received in the controller are nil. Do I need to retain the
original form values using a session variable?