this error means that the test session created install/index.php page did not carry over to the install/1.php page. It means that sessions are not maintaining state.
Ussually this happens as a result of a bad session.save_path setting in the php.ini file.
your host will need to fix the session management issues.