sounds really odd.
If you move the test3 page to the folder with the other files, does your session carry over?
Also, instead of testing true/false, could you just try it with a value, e.g.:
$_SESSION['user'] = 1;
and on the other pages
echo $_SESSION['user'];