Hi,
I have a login script where a user logs in and upon succes, several session variables are set.
The script then goes to a new page using the "header: location" function and this page checks whether "$s_userID" has been registered, the session's user ID. If this is the case, it displays the name of the current user, also stored in a session variable.
This works fine in the main body of my page, but when I move to code to right below the session_start() command, the $s_userName is not displayed anymore. It IS registered, but not displayed - does anyone know how to resolve this?
Thanks,
Nate