anything you set with $_SESSION[] should be available. you just need to use the full variable name including $_SESSION[] to access them.
you can add whatever you want to the session array, .. just use the same method you are using to set the username and password:
PHP Code:
$_SESSION['fullname'] = $fullname
i don't have time to look over all the last posts, so i'm just warning you that my reply this morning may be out of context.
