Hi,
I made a login page, and it will check the user directory to see if the user email and password match, but how do I parse this data to other pages. Like, after the user logged, everything is fine and the url is like: login.cgi?email=web@host.com&pass=somepass. But when it goes to other pages like mail.cgi?email=web@host.com&pass=somepass, it's not actually parsing the data and the user information is missing. Anybody knows how to parse the user data to other pages? Thanks for your time.
I made a login page, and it will check the user directory to see if the user email and password match, but how do I parse this data to other pages. Like, after the user logged, everything is fine and the url is like: login.cgi?email=web@host.com&pass=somepass. But when it goes to other pages like mail.cgi?email=web@host.com&pass=somepass, it's not actually parsing the data and the user information is missing. Anybody knows how to parse the user data to other pages? Thanks for your time.