On any p[age that you wish to use a session that was created by another page, make sure to add the following code at line 1, DW Wont do this for you automatically:
<?php @session_start(); ?>
if you don't tell the php server top look for the session, it wont see it when you use a session variable.