Hello
I want to create a Login-area. I have two input-fields for username and password.
After the user has filled out this lil´form, I´m starting a session with session_start() and storing the username and pass inside the session-file. So long, it´s all right. My problem is in my second script. How can I extract the stored data from the session-File???
When I start the second script also with session_start(), a new, empty session will be created. If I try to extract the username and pass from here, I´ll get (of course) an undefined index-error.
can anyone tell me, how to code this??
Greetz
PS: my register_globals are off.