To help trouble shoot, add the following code to the download center page after the <body> tag:
<pre><?php var_dump($_SESSION); ?></pre>
Then browswe to the download center and try again. if it still does not work, go to view -> Page Source. copy the entire page source into a new text document, send that text document and the download center PHP page so I can look at the code.