help with sessions

A

Anonymous

Guest
$_SESSION['fullname'] = $row[1];
$_SESSION['userid'] = $row[0];

the fullname is a variable, right?
on my other login i used first_name,
and when i used the same login script and just change the database connection and the session variable in doesnt work. why?

do sessions store a variable?

thanks. :help:
 
Back
Top