Hi All:
I'm currently coding a search engine in PHP. I use PHP session to store all the results returned from the search submitted from users. This works fine but apparently it filled up the session directory of the PHP. The session file size is 4 Kb for only 20 results returned from the search. I can't imagine how much will it be if I have around 1,000,000 results. Is there any way I can do to instead of using PHP session? Any help will be greatly appreciated.
Thanks,
Sugi