Seems strange this one.
I'm currently creating a user login script. I've been echoing out the values of the session variables that are being set by the login function.
However, when I echo these values, they don't display the values I input through the login form.
For instance, I type the username and the password and submit them. If the details are located in the database, I register three session variables: UserName, Name and loggedIn.
UserName should be the value I entered in the form, Name takes the appropriate name from the record in the database, and loggedIn gets set to TRUE.
Then when I echo out the GLOBALS array, UserName has the value 'deleted'.
Where's that come from?!
If anyone could shed light on this, it would be much appreciated.
Cheers