
If that isn't the desired behavior, then you can work around it by linking to the results page and add in a "fake" query string value such as results.php?clear=true
This will cause the "search save" feature to think that another search is being performed with no search criteria (assuming that "clear" isn't the name of one of your search fields), which will show all of the records.
HTH

I couldn't get that to work, so I searched the code on the results page, and just took out the portion that saved the session. I'll add it back if I start to run into some problems, but it seems to work pretty good right now lol
Thanks!