If I start a session upon a user log in, then that user navigates to another page, Will the session carry that user information accross? (For instance, the data from that users row)
and second, do I need a session_start() at the top of each page the user might visit that would use a session?