the result from index.php
it printed,
session
(the value wasn't passed from search.php)
Then I commented the statement : if (isset($SESSION['searchsql'])) unset($SESSION['searchsql']); and bowsered the web page-search.php again. I found it created the file: sess_***(MD5) in the \tmp (session.save_path) , but with 0 byte. It seemed that it has problem to write the data to the file.
What's wrong with it? It just happened in the virtualhost. when I moved the web pages in the other linux system, eg, my computer's linux system, it has no such problem. The webpages work well.
Weedpacket writes: you can edit your own posts, you know.