Sorry, here is the outline of my phps:
index.html (html form) -> selection.php (session_register('id') and html form) -> result.php (session_start() and a query link to another php) -> details.php (session_start(), html form).
And, I want to press "Back" in details.php and want to see other results in result.php. But, it displayed "session expired ....."
Please Help!! Many thanks!!