i have my login processor creating a session and saving session, then redirects to members.php where it checks if user has session saved with username... the problem is where i call to print their username print $username; err it only prints the first letter in the username... like my test username is jackrabbit, when i get to members area it only prints j as my username?