could be a php error occuring. to help troubleshoot, add the following code at line 1:
<?php
error_reporting(E_ALL);
ini_set('display_errors','on');
?>
and add the following code just before the closing </body> tag:
<pre><?php car_dump($_SESSION); ?></pre>